rocket_prometheus 0.1.1

Prometheus instrumentation for Rocket 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]
edition = "2018"
name = "rocket_prometheus"
version = "0.1.1"
authors = ["Ben Sully <ben@bsull.io>"]
description = "Prometheus instrumentation for Rocket applications.\n"
readme = "README.md"
keywords = ["rocket", "prometheus", "instrumentation", "monitoring"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sd2k/rocket_prometheus"
[package.metadata.template_ci]
versions = ["nightly"]

[package.metadata.template_ci.clippy]
run = false

[package.metadata.template_ci.rustfmt]
allow_failure = false
run = true
version = "nightly"
[dependencies.prometheus]
version = "0.5"

[dependencies.rocket]
version = "0.4.0"
[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.rocket_contrib]
version = "0.4.0"

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "sd2k/rocket_prometheus"