# 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 = "pets-configurator" version = "0.2.1" authors = ["butlerx@notthe.cloud"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A configuration management system for Pets, not Cattle" readme = "README.md" keywords = [ "linux", "configuration", "config-management", "pets", "cattle", ] categories = ["config"] license = "MIT" repository = "https://github.com/butlerx/pets-configurator" [[bin]] name = "pets" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.env_logger] version = "0.11" [dependencies.home-dir] version = "0.1" [dependencies.log] version = "0.4" [dependencies.merkle_hash] version = "3.7.0" features = ["sha"] [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "2.0" [dependencies.users] version = "0.11" [dependencies.walkdir] version = "2" [dev-dependencies.tempfile] version = "3.14"