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