# 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 = "2021" rust-version = "1.79.0" name = "boa_cli" version = "0.19.1" authors = ["boa-dev"] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "boa" description = "Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language." readme = "README.md" keywords = [ "javascript", "compiler", "js", "cli", ] categories = ["command-line-utilities"] license = "Unlicense OR MIT" repository = "https://github.com/boa-dev/boa" [package.metadata.docs.rs] all-features = true [[bin]] name = "boa" path = "src/main.rs" doc = false [dependencies.boa_engine] version = "~0.19.1" features = [ "deser", "flowgraph", "trace", ] [dependencies.boa_gc] version = "~0.19.1" [dependencies.boa_parser] version = "~0.19.1" [dependencies.boa_runtime] version = "~0.19.1" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.dhat] version = "0.3.3" optional = true [dependencies.phf] version = "0.11.2" features = ["macros"] default-features = false [dependencies.pollster] version = "0.3.0" [dependencies.regex] version = "1.10.5" [dependencies.rustyline] version = "14.0.0" features = [ "derive", "with-file-history", ] default-features = false [dependencies.serde_json] version = "1.0.120" [features] default = [ "boa_engine/annex-b", "boa_engine/experimental", "boa_engine/intl_bundled", ] dhat = ["dep:dhat"] [target.x86_64-unknown-linux-gnu.dependencies.jemallocator] version = "0.5.4" [lints.clippy] all = "warn" complexity = "warn" correctness = "warn" dbg_macro = "warn" pedantic = "warn" perf = "warn" style = "warn" suspicious = "warn" [lints.rust] future_incompatible = "warn" let_underscore = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_copy_implementations = "warn" missing_debug_implementations = "warn" missing_docs = "warn" non_ascii_idents = "warn" nonstandard_style = "warn" noop_method_call = "warn" rust_2018_compatibility = "warn" rust_2018_idioms = "warn" rust_2021_compatibility = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unreachable_pub = "warn" unsafe_op_in_unsafe_fn = "warn" unused = "warn" unused_crate_dependencies = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_qualifications = "warn" variant_size_differences = "warn" warnings = "warn" [lints.rustdoc] bare_urls = "warn" broken_intra_doc_links = "warn" invalid_codeblock_attributes = "warn" invalid_rust_codeblocks = "warn" missing_crate_level_docs = "warn" private_doc_tests = "warn" private_intra_doc_links = "warn"