# 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 = "hardcpy" version = "0.2.1" authors = ["Deniz Demir "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple backup tool written in Rust" homepage = "https://github.com/obvMellow/hardcpy" readme = "README.md" keywords = [ "cli", "backup", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/obvMellow/hardcpy" [[bin]] name = "hardcpy" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colog] version = "1.3.0" [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.fdlimit] version = "0.3.0" [dependencies.fnv] version = "1.0.7" [dependencies.indicatif] version = "0.17.8" [dependencies.indicatif-log-bridge] version = "0.2.2" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.9.0-alpha.1" [dependencies.rusqlite] version = "0.32.1" features = ["bundled"] [dependencies.rust-ini] version = "0.21.0" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.39.2" features = ["rt-multi-thread"]