# 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 = "rm-backup" version = "0.1.1" authors = ["elenakrittik "] description = "A minimal command line tool to backup any files you `rm`." readme = "README.md" keywords = [ "cli", "rm", "backup", "utility", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/elenakrittik/rm-backup" [profile.dist] lto = "thin" inherits = "release" [dependencies.anyhow] version = "1.0.75" [dependencies.copy_dir] version = "0.1.3" [dependencies.dirs] version = "5.0.1" [dependencies.figment] version = "0.10.12" features = [ "toml", "env", ] [dependencies.lexopt] version = "0.3.0" [dependencies.log] version = "0.4.20" [dependencies.merkle_hash] version = "3.5.0" features = ["sha"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.simple-logging] version = "2.0.2" [dependencies.xxhash-rust] version = "0.8.7" features = ["xxh3"] [badges.maintenance] status = "passively-maintained"