[[bench]]
harness = false
name = "criterion"
[dependencies.ctor]
version = "0.1.20"
[dev-dependencies.criterion]
version = "0.3"
[dev-dependencies.quanta]
version = "0.9"
[dev-dependencies.rand]
version = "0.8"
[features]
atomic = []
[package]
authors = ["The TiKV Authors"]
description = "A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by TSC"
documentation = "https://docs.rs/minstant"
edition = "2021"
homepage = "https://github.com/tikv/minstant"
keywords = ["TSC", "clock", "rdtsc", "timing", "nanosecond"]
license = "MIT"
name = "minstant"
readme = "README.md"
repository = "https://github.com/tikv/minstant"
version = "0.1.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(target_os = \"wasi\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_os = \"wasi\")".dependencies.wasi]
version = "0.7"