[package] name = "historian" version = "4.0.4" authors = ["Tyler Neely "] description = "a high performance zero-config histogram implementation" license = "Apache-2.0" homepage = "https://github.com/spacejam/historian" repository = "https://github.com/spacejam/historian" keywords = ["metrics", "performance", "lock-free", "telemetry", "tuning"] documentation = "https://docs.rs/historian/" readme = "README.md" edition = "2018" [features] default = [] disable = [] single_threaded = []