prometheus 0.3.10

Prometheus instrumentation library for Rust applications.
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]
name = "prometheus"
version = "0.3.10"
authors = ["overvenus@gmail.com", "siddontang@gmail.com"]
include = ["LICENSE", "Cargo.toml", "src/**/*.rs", "proto/**/*.rs", "benches/**/*.rs"]
description = "Prometheus instrumentation library for Rust applications."
homepage = "https://github.com/pingcap/rust-prometheus"
documentation = "https://docs.rs/prometheus"
readme = "README.md"
keywords = ["prometheus", "metrics"]
license = "Apache-2.0"
repository = "https://github.com/pingcap/rust-prometheus"

[[bench]]
name = "benches"
path = "benches/benches.rs"
[dependencies.hyper]
version = "0.9"
optional = true
default-features = false

[dependencies.cfg-if]
version = "0.1"

[dependencies.fnv]
version = "1.0"

[dependencies.lazy_static]
version = "0.2"

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

[dependencies.quick-error]
version = "0.2"

[dependencies.spin]
version = "0.4"
default-features = false

[dependencies.protobuf]
version = "1.4"

[dependencies.clippy]
version = "^0"
optional = true
[dev-dependencies.hyper]
version = "0.9"
default-features = false

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

[features]
default = []
process = ["libc", "procinfo"]
push = ["hyper", "libc"]
nightly = ["libc", "spin/unstable"]
dev = ["clippy"]
[target."cfg(target_os = \"linux\")".dependencies.procinfo]
version = "0.3"
optional = true
[badges.travis-ci]
repository = "pingcap/rust-prometheus"