# 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 = "replicante_util_iron" version = "0.3.0" authors = ["Stefano Pogliani "] description = "A collection of Iron middlewares" homepage = "https://www.replicante.io/" documentation = "https://docs.rs/replicante_util_iron" readme = "../../README.md" keywords = ["replicante", "utility", "iron"] license = "MIT" repository = "https://github.com/replicante-io/common" [dependencies.failure] version = "^0.1.5" [dependencies.iron] version = "^0.6.0" [dependencies.iron-json-response] version = "^0.6.0" [dependencies.opentracingrust] version = "^0.4.0" [dependencies.prometheus] version = "^0.8.0" [dependencies.replicante_util_failure] version = "^0.1.1" [dependencies.router] version = "^0.6.0" [dependencies.sentry] version = "^0.18.0" [dependencies.serde_json] version = "^1.0.13" [dependencies.slog] version = "^2.2.0" [dev-dependencies.iron-test] version = "^0.6.0" [dev-dependencies.sentry] version = "^0.18.0" features = ["with_test_support"] [features] with_test_support = [] [badges.maintenance] status = "deprecated"