# 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 = "vigil-server" version = "1.26.3" authors = ["Valerian Saliou "] exclude = ["dev/*"] description = "Microservices Status Page. Monitors a distributed infrastructure and sends alerts (Slack, SMS, etc.)." homepage = "https://github.com/valeriansaliou/vigil" readme = "README.md" keywords = [ "microservices", "infrastructure", "status", "monitor", "slack", ] categories = ["web-programming"] license = "MPL-2.0" repository = "https://github.com/valeriansaliou/vigil.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" path = "src/main.rs" doc = false [dependencies.actix-files] version = "0.6" [dependencies.actix-web] version = "4.3" [dependencies.actix-web-httpauth] version = "0.8" [dependencies.clap] version = "4.3" features = [ "std", "cargo", ] [dependencies.envsubst] version = "0.2" [dependencies.http] version = "0.2" [dependencies.http-serde] version = "1.1" [dependencies.indexmap] version = "1.9" features = ["serde-1"] [dependencies.lazy_static] version = "1.4" [dependencies.lettre] version = "0.10" features = [ "smtp-transport", "native-tls", "hostname", "builder", ] optional = true default-features = false [dependencies.libstrophe] version = "0.17" optional = true [dependencies.log] version = "0.4" features = ["std"] [dependencies.native-tls] version = "0.2" features = ["vendored"] [dependencies.openssl-probe] version = "0.1" [dependencies.ping] version = "0.4" [dependencies.regex] version = "1.6" [dependencies.reqwest] version = "0.11" features = [ "native-tls-vendored", "gzip", "blocking", "json", ] default-features = false [dependencies.run_script] version = "0.10" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tera] version = "1.19" default-features = false [dependencies.time] version = "0.3" features = ["formatting"] [dependencies.toml] version = "0.7" [dependencies.url] version = "2.2" default-features = false [dependencies.url_serde] version = "0.2" default-features = false [dependencies.uuid] version = "1.1" features = [ "v4", "fast-rng", ] default-features = false [features] default = [ "notifier-email", "notifier-twilio", "notifier-slack", "notifier-zulip", "notifier-telegram", "notifier-pushover", "notifier-gotify", "notifier-matrix", "notifier-webex", "notifier-webhook", ] notifier-email = ["lettre"] notifier-gotify = [] notifier-matrix = [] notifier-pushover = [] notifier-slack = [] notifier-telegram = [] notifier-twilio = [] notifier-webex = [] notifier-webhook = [] notifier-xmpp = ["libstrophe"] notifier-zulip = []