# 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 = "secure-edit" version = "0.3.2" authors = ["Sean McConnachie "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple file encryption cli with versioning." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/Sean-McConnachie/secure-edit" [lib] name = "secure_edit" path = "src/lib.rs" [[bin]] name = "dev" path = "src/bin/dev.rs" [[bin]] name = "secure-edit" path = "src/main.rs" [dependencies.aes] version = "0.8.1" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.pbkdf2] version = "0.12" features = ["simple"] [dependencies.rand_core] version = "0.6" features = ["std"] [dependencies.rpassword] version = "0.0.4" [dependencies.sha2] version = "0.10.8"