boa_profiler 0.18.0

Profiler for the Boa JavaScript engine.
Documentation
[dependencies.measureme]
optional = true
version = "11.0.1"

[dependencies.once_cell]
default-features = false
features = ["std"]
optional = true
version = "1.19.0"

[dependencies.rustc-hash]
default-features = false
optional = true
version = "1.1.0"

[features]
profiler = ["dep:measureme", "dep:once_cell", "dep:rustc-hash"]
[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"
unused_tuple_struct_fields = "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"

[package]
authors = ["boa-dev"]
categories = ["development-tools::profiling"]
description = "Profiler for the Boa JavaScript engine."
edition = "2021"
keywords = ["javascript", "js", "compiler", "profiler"]
license = "Unlicense OR MIT"
name = "boa_profiler"
repository = "https://github.com/boa-dev/boa"
rust-version = "1.74.0"
version = "0.18.0"