hotmic 0.8.1

high-speed metrics collection library
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "hotmic"
version = "0.8.1"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
description = "high-speed metrics collection library"
homepage = "https://github.com/nuclearfurnace/hotmic"
documentation = "https://docs.rs/hotmic"
readme = "README.md"
keywords = ["metrics", "telemetry", "histogram", "counter", "gauge"]
license = "MIT"
repository = "https://github.com/nuclearfurnace/hotmic"
[profile.release]
opt-level = 3
lto = true
debug = true
[dependencies.crossbeam-channel]
version = "^0.3"

[dependencies.derivative]
version = "^1.0"

[dependencies.fnv]
version = "^1.0"

[dependencies.hashbrown]
version = "^0.1"

[dependencies.hdrhistogram]
version = "^6.1"

[dependencies.parking_lot]
version = "^0.7"

[dependencies.quanta]
version = "^0.2"

[dependencies.serde]
version = "^1.0"

[dependencies.tokio-sync]
version = "^0.1"
[dev-dependencies.env_logger]
version = "^0.6"

[dev-dependencies.getopts]
version = "^0.2"

[dev-dependencies.log]
version = "^0.4"