# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "fastant" version = "0.1.9" authors = ["FastLabs Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A drop-in replacement for `std::time::Instant` that measures time with high performance and high accuracy powered by Time Stamp Counter (TSC)." homepage = "https://github.com/fast/fastant" documentation = "https://docs.rs/fastant" readme = "README.md" keywords = [ "TSC", "clock", "rdtsc", "timing", "nanosecond", ] license = "MIT" repository = "https://github.com/fast/fastant" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "fastant" path = "src/lib.rs" [[bench]] name = "criterion" path = "benches/criterion.rs" harness = false [dependencies.coarsetime] version = "0.1" optional = true [dependencies.ctor] version = "0.2" [dependencies.web-time] version = "1.0" [dev-dependencies.criterion] version = "0.5" features = [ "plotters", "cargo_bench_support", ] default-features = false [dev-dependencies.getrandom] version = "0.2" features = ["js"] [dev-dependencies.quanta] version = "0.12" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wasm-bindgen-test] version = "0.3" [features] atomic = [] fallback-coarse = ["coarsetime"]