[[bench]]
harness = false
name = "parser"
[[bench]]
harness = false
name = "exec"
[[bench]]
harness = false
name = "full"
[dependencies.bitflags]
version = "1.2.1"
[dependencies.chrono]
version = "0.4.18"
[dependencies.gc]
features = ["derive"]
version = "0.3.6"
[dependencies.indexmap]
version = "1.6.0"
[dependencies.measureme]
optional = true
version = "0.7.1"
[dependencies.num-bigint]
features = ["serde"]
version = "0.3.0"
[dependencies.num-integer]
version = "0.1.43"
[dependencies.num-traits]
version = "0.2.12"
[dependencies.once_cell]
optional = true
version = "1.4.1"
[dependencies.rand]
version = "0.7.3"
[dependencies.regex]
version = "1.3.9"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.ryu-js]
version = "0.2.1"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.116"
[dependencies.serde_json]
version = "1.0.58"
[dev-dependencies.criterion]
version = "0.3.3"
[dev-dependencies.float-cmp]
version = "0.8.0"
[features]
profiler = ["measureme", "once_cell"]
[lib]
bench = false
crate-type = ["cdylib", "lib"]
name = "boa"
[package]
authors = ["Jason Williams <jase.williams@gmail.com>"]
categories = ["parser-implementations", "wasm"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
edition = "2018"
exclude = ["../.vscode/*", "../Dockerfile", "../Makefile", "../.editorConfig"]
keywords = ["javascript", "compiler", "lexer", "parser", "js"]
license = "Unlicense/MIT"
name = "Boa"
repository = "https://github.com/boa-dev/boa"
version = "0.10.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies.jemallocator]
version = "0.3.2"