quanta 0.12.1

high-speed timing library
Documentation
[[bench]]
harness = false
name = "timing"

[[bench]]
harness = false
name = "contention"
[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

[package]
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
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.60"
version = "0.12.1"
[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 = \"macos\", target_os = \"ios\", 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 = \"ios\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4"
[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["profileapi"]
version = "0.3"