metrics 0.10.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 = "metrics"
version = "0.10.1"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
description = "high-speed metrics collection library"
homepage = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics"
readme = "README.md"
keywords = ["metrics", "telemetry", "histogram", "counter", "gauge"]
license = "MIT"
repository = "https://github.com/metrics-rs/metrics"
[profile.release]
opt-level = 3
lto = true
debug = true

[[bench]]
name = "histogram"
harness = false
[dependencies.arc-swap]
version = "^0.3"

[dependencies.crossbeam-utils]
version = "^0.6"

[dependencies.futures]
version = "^0.1"

[dependencies.fxhash]
version = "^0.2"

[dependencies.hashbrown]
version = "^0.4"

[dependencies.im]
version = "^12"

[dependencies.metrics-core]
version = "^0.4"

[dependencies.metrics-exporter-http]
version = "^0.1"
optional = true

[dependencies.metrics-exporter-log]
version = "^0.2"
optional = true

[dependencies.metrics-facade]
version = "^0.1"
features = ["std"]

[dependencies.metrics-recorder-prometheus]
version = "^0.2"
optional = true

[dependencies.metrics-recorder-text]
version = "^0.2"
optional = true

[dependencies.metrics-util]
version = "^0.2"

[dependencies.parking_lot]
version = "^0.8"

[dependencies.quanta]
version = "^0.3"
[dev-dependencies.criterion]
version = "^0.2.9"

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

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

[dev-dependencies.hdrhistogram]
version = "^6.1"

[dev-dependencies.lazy_static]
version = "^1.3"

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

[features]
default = ["exporters", "recorders"]
exporters = ["metrics-exporter-log", "metrics-exporter-http"]
recorders = ["metrics-recorder-text", "metrics-recorder-prometheus"]