histlog 2.2.0

For use with the hdrhistogram crate, provides off-thread serialization of HdrHistogram interval logs to file.
Documentation
# 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.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