# 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 = "2021" rust-version = "1.80.0" name = "sozu-prometheus-connector" version = "1.1.0-rc.0" authors = [ "Emmanuel Bosquet ", "Florentin Dubois ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This application retrieve internals metrics of Sōzu and format them into prometheus" homepage = "https://github.com/CleverCloud/sozu-prometheus-connector" documentation = "https://github.com/CleverCloud/sozu-prometheus-connector/blob/main/README.md" readme = "README.md" license-file = "LICENSE" [[bin]] name = "sozu-prometheus-connector" path = "src/main.rs" [dependencies.axum] version = "^0.7.4" features = ["tokio"] [dependencies.clap] version = "^4.4.18" features = ["derive"] [dependencies.config] version = "^0.14.0" [dependencies.mime] version = "^0.3.17" [dependencies.paw] version = "^1.0.0" [dependencies.prometheus] version = "^0.13.3" [dependencies.sentry] version = "^0.34.0" features = [ "backtrace", "contexts", "panic", "reqwest", "rustls", ] default-features = false [dependencies.sentry-tracing] version = "^0.34.0" [dependencies.serde] version = "^1.0.195" features = ["derive"] [dependencies.serde_json] version = "^1.0.111" [dependencies.sozu-client] version = "1.1.0-rc.1" [dependencies.sozu-command-lib] version = "1.1.0-rc.1" [dependencies.thiserror] version = "^1.0.56" [dependencies.tokio] version = "^1.35.1" features = [ "macros", "rt", "signal", ] [dependencies.tracing] version = "^0.1.40" [dependencies.tracing-subscriber] version = "^0.3.18" [dependencies.urlencoding] version = "2.1.3"