prometheus 0.13.3

Prometheus instrumentation library for Rust applications.
Documentation
[[bench]]
harness = false
name = "atomic"

[[bench]]
harness = false
name = "counter"

[[bench]]
harness = false
name = "desc"

[[bench]]
harness = false
name = "gauge"

[[bench]]
harness = false
name = "histogram"

[[bench]]
harness = false
name = "text_encoder"
[badges.travis-ci]
repository = "pingcap/rust-prometheus"
[build-dependencies.protobuf-codegen-pure]
optional = true
version = "^2.0"
[dependencies.cfg-if]
version = "^1.0"

[dependencies.fnv]
version = "^1.0"

[dependencies.lazy_static]
version = "^1.4"

[dependencies.libc]
optional = true
version = "^0.2"

[dependencies.memchr]
version = "^2.3"

[dependencies.parking_lot]
version = "^0.12"

[dependencies.protobuf]
optional = true
version = "^2.0"

[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "^0.11"

[dependencies.thiserror]
version = "^1.0"
[dev-dependencies.criterion]
version = "0.4"

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

[dev-dependencies.hyper]
features = ["server", "http1", "tcp"]
version = "^0.14"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "^1.0"

[features]
default = ["protobuf"]
gen = ["protobuf-codegen-pure"]
nightly = ["libc"]
process = ["libc", "procfs"]
push = ["reqwest", "libc", "protobuf"]

[package]
authors = ["overvenus@gmail.com", "siddontang@gmail.com", "vistaswx@gmail.com"]
description = "Prometheus instrumentation library for Rust applications."
documentation = "https://docs.rs/prometheus"
edition = "2018"
homepage = "https://github.com/tikv/rust-prometheus"
keywords = ["prometheus", "metrics"]
license = "Apache-2.0"
name = "prometheus"
readme = "README.md"
repository = "https://github.com/tikv/rust-prometheus"
version = "0.13.3"
[package.metadata.docs.rs]
features = ["nightly"]
[target."cfg(target_os = \"linux\")".dependencies.procfs]
default-features = false
optional = true
version = "^0.14"