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