Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
[package]
|
|
|
|
name = "boa_builtins"
|
|
|
|
description = "Builtins of the Boa JavaScript engine."
|
|
|
|
publish = true
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
authors.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
repository.workspace = true
|
|
|
|
rust-version.workspace = true
|
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[features]
|
|
|
|
annex-b = []
|
|
|
|
intl = []
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
bitflags = "2.1.0"
|
|
|
|
phf = "^0.11.1"
|
|
|
|
phf_shared = "^0.11.1"
|
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
boa_macros.workspace = true
|
|
|
|
phf_codegen = "^0.11.1"
|
|
|
|
phf_shared = "^0.11.1"
|
|
|
|
bitflags = "2.1.0"
|