# 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 = "histlog" version = "2.1.1" authors = ["Jonathan Strong "] description = "For use with the hdrhistogram crate, provides off-thread serialization of HdrHistogram interval logs to file." homepage = "https://github.com/jonathanstrong/histlog" readme = "README.md" keywords = [ "statistics", "analytics", "sampling", "hdrhistogram", "histogram", ] categories = [ "development-tools::profiling", "asynchronous", "filesystem", "encoding", ] license = "MIT" repository = "https://github.com/jonathanstrong/histlog" [dependencies.chrono] version = "0.4" [dependencies.crossbeam-channel] version = "0.5" [dependencies.hdrhistogram] version = "7.5.4" [dependencies.minstant] version = "0.1.4" optional = true [dependencies.rand] version = "0.8" [dependencies.smol_str] version = "0.2.0" optional = true [features] default = ["minstant"]