quanta 0.12.5

high-speed timing library
Documentation
[[bench]]
harness = false
name = "contention"
path = "benches/contention.rs"

[[bench]]
harness = false
name = "timing"
path = "benches/timing.rs"

[dependencies.crossbeam-utils]
version = "0.8.5"

[dependencies.once_cell]
version = "1.4"

[dependencies.prost-types]
default-features = false
optional = true
version = "0.11"

[dev-dependencies.average]
version = "0.14"

[dev-dependencies.criterion]
version = "=0.3.3"

[features]
default = ["flaky_tests"]
flaky_tests = []
prost = ["prost-types"]

[lib]
bench = false
name = "quanta"
path = "src/lib.rs"

[package]
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "high-speed timing library"
documentation = "https://docs.rs/quanta"
edition = "2021"
homepage = "https://github.com/metrics-rs/quanta"
keywords = ["rdtsc", "timing", "nanosecond"]
license = "MIT"
name = "quanta"
readme = "README.md"
repository = "https://github.com/metrics-rs/quanta"
rust-version = "1.70"
version = "0.12.5"

[package.metadata.docs.rs]
all-features = true

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.web-sys]
features = ["Window", "Performance"]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", target_os = "wasi"))'.dependencies.wasi]
version = "0.11"

[target.'cfg(not(any(target_os = "windows", target_arch = "wasm32")))'.dependencies.libc]
version = "0.2"

[target.'cfg(target_arch = "x86")'.dependencies.raw-cpuid]
version = "11.0"

[target.'cfg(target_arch = "x86_64")'.dependencies.raw-cpuid]
version = "11.0"

[target.'cfg(target_os = "windows")'.dependencies.winapi]
features = ["profileapi"]
version = "0.3"