# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "Boa" version = "0.13.1" authors = ["boa-dev"] exclude = [ "../.vscode/*", "../Dockerfile", "../Makefile", "../.editorConfig", ] description = "DEPRECATED. Use the boa_engine crate instead." readme = "README.md" keywords = [ "javascript", "compiler", "lexer", "parser", "js", ] categories = [ "parser-implementations", "wasm", ] license = "Unlicense/MIT" repository = "https://github.com/boa-dev/boa" [lib] name = "boa" crate-type = [ "cdylib", "lib", ] bench = false [[bench]] name = "parser" harness = false [[bench]] name = "exec" harness = false [[bench]] name = "full" harness = false [dependencies.bitflags] version = "1.3.2" [dependencies.boa_unicode] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.dyn-clone] version = "1.0.4" [dependencies.fast-float] version = "0.2.0" [dependencies.gc] version = "0.4.1" features = ["derive"] [dependencies.indexmap] version = "1.7.0" [dependencies.measureme] version = "9.1.2" optional = true [dependencies.num-bigint] version = "0.4.2" features = ["serde"] [dependencies.num-integer] version = "0.1.44" [dependencies.num-traits] version = "0.2.14" [dependencies.once_cell] version = "1.8.0" optional = true [dependencies.rand] version = "0.8.4" [dependencies.regress] version = "0.4.1" [dependencies.rustc-hash] version = "1.1.0" [dependencies.ryu-js] version = "0.2.1" [dependencies.serde] version = "1.0.130" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.68" [dependencies.unicode-normalization] version = "0.1.19" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.float-cmp] version = "0.9.0" [features] console = [] deser = [] profiler = [ "measureme", "once_cell", ] vm = [] [target.wasm32-unknown-unknown.dependencies.getrandom] version = "0.2.3" features = ["js"] [target.x86_64-unknown-linux-gnu.dev-dependencies.jemallocator] version = "0.3.2"