[package]
edition = "2021"
name = "histlog"
version = "2.2.0"
authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
[features]
default = []
[lib]
name = "histlog"
path = "src/lib.rs"
[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