# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "rocket_prometheus" version = "0.10.1" authors = ["Ben Sully "] description = """ Prometheus instrumentation for Rocket applications. """ readme = "README.md" keywords = [ "rocket", "prometheus", "instrumentation", "monitoring", ] license = "MIT/Apache-2.0" repository = "https://github.com/sd2k/rocket_prometheus" [dependencies.prometheus] version = "0.13" default-features = false [dependencies.rocket] version = "0.5.0" [dev-dependencies.once_cell] version = "1.2.0" [dev-dependencies.rocket] version = "0.5.0" features = ["json"] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tokio] version = "1" features = ["macros"] [badges.maintenance] status = "passively-maintained"