boa_profiler 0.17.0

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

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

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

[features]
profiler = ["measureme", "once_cell", "rustc-hash"]

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