# 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 = "2018" name = "vigil-local" version = "1.1.6" authors = ["Valerian Saliou "] description = "Vigil Local daemon. Used as a slave service to monitor hosts behind a firewall and report their status to Vigil." homepage = "https://github.com/valeriansaliou/vigil-local" readme = "README.md" keywords = [ "infrastructure", "status", "monitor", ] categories = ["web-programming"] license = "MPL-2.0" repository = "https://github.com/valeriansaliou/vigil-local.git" [profile.dev] opt-level = 0 debug = 2 debug-assertions = true [profile.release] opt-level = "s" lto = true debug = 0 debug-assertions = false panic = "abort" strip = true [[bin]] name = "vigil-local" path = "src/main.rs" doc = false [dependencies.base64] version = "0.21" [dependencies.clap] version = "4.1" features = [ "std", "cargo", ] [dependencies.http_req] version = "0.9" features = ["rust-tls"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.ping] version = "0.4" [dependencies.run_script] version = "0.10" [dependencies.serde] version = "1.0" default-features = false [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.7" [dependencies.url] version = "2.1" default-features = false