# 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 = "snitch" version = "0.1.3" description = "Intrusion detection and file integrity verification" readme = "README.md" license = "MIT" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.data-encoding] version = "2.3" [dependencies.env_logger] version = "0.9" [dependencies.hostname] version = "0" [dependencies.indicatif] version = "0.16" [dependencies.lazy_static] version = "1" [dependencies.lettre] version = "0.10.0-beta.2" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", ] [dependencies.ring] version = "0.17.0-alpha.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.8" [dependencies.slack-hook] version = "0.8" [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1.17" features = ["full"] [dependencies.walkdir] version = "2.3"