# 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 = "revocatio" version = "0.1.1" exclude = [ ".build.yml", "resources", ] description = "A health monitor for your backups" homepage = "https://sr.ht/~reesmichael1/revocatio" documentation = "https://man.sr.ht/~reesmichael1/revocatio" readme = "README.md" keywords = [ "backups", "automation", "monitoring", ] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://git.sr.ht/~reesmichael1/revocatio" [dependencies.chrono] version = "0.4.19" [dependencies.directories] version = "4.0.1" [dependencies.env_logger] version = "0.9.0" [dependencies.flate2] version = "1.0" [dependencies.gumdrop] version = "0.8.1" [dependencies.log] version = "0.4.0" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.serde_regex] version = "1.1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.subprocess] version = "0.2.8" [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1.0.30"