Boa 0.11.0

Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
Documentation
[[bench]]
harness = false
name = "parser"

[[bench]]
harness = false
name = "exec"

[[bench]]
harness = false
name = "full"
[dependencies.bitflags]
version = "1.2.1"

[dependencies.boa_unicode]
version = "0.11.0"

[dependencies.chrono]
version = "0.4.19"

[dependencies.gc]
features = ["derive"]
version = "0.3.6"

[dependencies.indexmap]
version = "1.6.1"

[dependencies.measureme]
optional = true
version = "9.0.0"

[dependencies.num-bigint]
features = ["serde"]
version = "0.3.1"

[dependencies.num-integer]
version = "0.1.44"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.once_cell]
optional = true
version = "1.5.2"

[dependencies.rand]
version = "0.8.2"

[dependencies.regress]
version = "0.2.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.ryu-js]
version = "0.2.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.119"

[dependencies.serde_json]
version = "1.0.61"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.float-cmp]
version = "0.8.0"

[features]
console = []
deser = []
profiler = ["measureme", "once_cell"]
vm = []

[lib]
bench = false
crate-type = ["cdylib", "lib"]
name = "boa"

[package]
authors = ["boa-dev"]
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.11.0"
[target.x86_64-unknown-linux-gnu.dev-dependencies.jemallocator]
version = "0.3.2"