# 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 = "instrumented" version = "0.1.3" authors = ["Brenden Matthews "] description = "instrument your code" readme = "../../README.md" keywords = ["instrument", "metrics", "monitoring", "instrumentation"] categories = ["development-tools", "development-tools::debugging", "development-tools::profiling", "development-tools::testing"] license = "MIT" repository = "https://github.com/umpyre-code/instrumented" [dependencies.hyper] version = "0.12" [dependencies.instrumented-codegen] version = "0.1" [dependencies.lazy_static] version = "1.0" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.7" features = ["nightly", "process"] [dependencies.tokio] version = "0.1" [dev-dependencies.reqwest] version = "0.9"