# 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 = "statman" version = "0.1.0" authors = ["Eric Thill"] exclude = ["Cargo.lock"] description = "Stat Manager" readme = "README.md" keywords = [ "statistics", "monitoring", ] categories = [ "caching", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/thill/statman" [dependencies.atomic_float] version = "1.0.0" [dependencies.chrono] version = "0.4.38" [dependencies.hdrhistogram] version = "7.5.4" [dependencies.once_cell] version = "1.19.0" [dependencies.scc] version = "2.1.1" [dependencies.spin] version = "0.9.8" [dev-dependencies.ctrlc] version = "3.4.4"