# 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 = "safeR" version = "0.1.4" authors = ["Mateusz Czarnecki (DemwE)"] description = "A simple and secure file encryption tool" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DemwE/safeR" [dependencies.anyhow] version = "1.0.81" [dependencies.arrayref] version = "0.3.6" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.futures] version = "0.3.30" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.walkdir] version = "2.5 "