# 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 = "patroni-exporter" version = "0.2.0" authors = ["Cameron Daniel "] description = "Prometheus exporter for monitoring Patroni instances" homepage = "https://github.com/ccakes/patroni_exporter" readme = "README.md" keywords = ["patroni", "postgres", "postgresql", "consul", "prometheus"] license = "MIT" repository = "https://github.com/ccakes/patroni_exporter" [[bin]] name = "patroni_exporter" path = "src/main.rs" [dependencies.hyper] version = "^0.13" [dependencies.lazy_static] version = "^1.4" [dependencies.prometheus] version = "^0.9" features = ["process"] [dependencies.sentry] version = "^0.18" features = ["with_device_info", "with_rust_info", "with_debug_meta"] default-features = false [dependencies.serde] version = "^1.0" [dependencies.serde_derive] version = "^1.0" [dependencies.serde_json] version = "^1.0" [dependencies.structopt] version = "^0.3" [dependencies.tokio] version = "^0.2.20" features = ["macros", "net", "rt-core", "signal", "time"] [dependencies.tracing] version = "^0.1" [dependencies.tracing-subscriber] version = "^0.2" [dependencies.uuid] version = "^0.8" features = ["serde"]