# 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.69" name = "cinc_server_exporter" version = "0.1.5" authors = ["Robert J. Lambert III "] include = [ "src/*.rs", "Cargo.toml", ] description = "A prometheus exporter for CINC Server and CINC compatible configuration management solutions." documentation = "https://docs.rs/crate/cinc_server_exporter/" readme = "README.md" keywords = [ "cinc", "chef", "prometheus", "exporter", "metrics", ] categories = ["config"] license = "MIT" repository = "https://github.com/esoterick/cinc_server_exporter" [dependencies.axum] version = "0.6.12" [dependencies.axum-prometheus] version = "0.3.2" [dependencies.chrono] version = "0.4.24" [dependencies.color-eyre] version = "0.6.2" [dependencies.lazy_static] version = "^1.4" [dependencies.prometheus] version = "0.13.3" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-postgres] version = "0.7.8" features = ["with-chrono-0_4"]