boa_profiler 0.14.0

Profiler used in Boa.
Documentation
[dependencies.measureme]
optional = true
version = "10.0.0"

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

[features]
profiler = ["measureme", "once_cell"]

[package]
authors = ["boa-dev"]
categories = ["development-tools::profiling"]
description = "Profiler used in Boa."
edition = "2021"
exclude = ["../.vscode/*", "../.editorconfig", "../test262/*", "../node_modules/*", "../target/*", "../dist/*", "../.github/*", "../assets/*", "../docs/*", "../*.js", "../test_ignore.txt", "../yarn.lock", "../package.json", "../index.html", "../tests/*", "../.github/*"]
keywords = ["javascript", "js", "compiler", "profiler"]
license = "Unlicense/MIT"
name = "boa_profiler"
repository = "https://github.com/boa-dev/boa"
rust-version = "1.58"
version = "0.14.0"