# 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 = "bak9" version = "0.3.1" authors = ["Asmov LLC "] description = "Creates a backup .bak copy of a file" readme = "README.md" keywords = [ "backup", "copy", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://github.com/asmov/bak9" [[package.metadata.generate-rpm.assets]] dest = "/usr/bin/bak" mode = "755" source = "target/release/bak" [profile.release] strip = "symbols" [[bin]] name = "bak" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.file_diff] version = "1" [dependencies.strum] version = "0" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.file_diff] version = "1" [dev-dependencies.function_name] version = "0"