# 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" name = "monit-agregator" version = "0.1.3" publish = true description = "Watchdog Monit agregator, like M/Monit" documentation = "https://github.com/thasos/monit-agregator" readme = "README.md" keywords = ["monitoring"] categories = ["web-programming"] license-file = "LICENSE.txt" repository = "https://github.com/thasos/monit-agregator" [package.metadata.deb] assets = [ [ "target/release/monit-agregator", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/monit-agregator/README", "644", ], ] copyright = "2022, Thasos Kanan " depends = "$auto" extended-description = "Watchdog Monit agregator, like M/Monit" license-file = [ "LICENSE.txt", "0", ] maintainer = "Thasos Kanan " priority = "optional" section = "utility" [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.config] version = "0.13.1" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.97" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.unicode-segmentation] version = "1.9.0" [dependencies.warp] version = "0.3" [dev-dependencies.mockito] version = "0.31" [target.x86_64-unknown-linux-musl.dependencies.openssl-sys] version = "0.9.76" features = ["vendored"]