# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "file_endec" version = "1.0.1" authors = ["Mark "] description = "Secure file encryption and decryption from the command line." homepage = "https://github.com/mverleg/file_endec" readme = "README.md" keywords = ["files", "encryption", "security"] license = "BSD-3-Clause" repository = "https://github.com/mverleg/file_endec" [lib] name = "file_endec" path = "src/lib.rs" [[bin]] name = "fileenc" path = "src/encrypt.rs" [[bin]] name = "filedec" path = "src/decrypt.rs" [[bench]] name = "file_endec_bench" path = "src/bench.rs" harness = false [dependencies.aes] version = "^0.6.0" [dependencies.argon2rs] version = "^0.2.5" [dependencies.bcrypt] version = "^0.9.0" [dependencies.block-modes] version = "^0.7.0" [dependencies.brotli] version = "^3.3.0" [dependencies.data-encoding] version = "^2.3.1" [dependencies.file_shred] version = "^1.1.0" [dependencies.indicatif] version = "^0.15.0" [dependencies.lazy_static] version = "^1.4.0" [dependencies.rand] version = "^0.7.3" [dependencies.ring] version = "^0.16.9" [dependencies.rpassword] version = "^5.0.0" [dependencies.secstr] version = "^0.4.0" [dependencies.semver] version = "^0.11.0" [dependencies.structopt] version = "^0.3.20" default-features = false [dependencies.twofish] version = "^0.5.0" [dependencies.twox-hash] version = "^1.6.0" [dependencies.zxcvbn] version = "^2.0.1" [dev-dependencies.criterion] version = "^0.3.3" [dev-dependencies.regex] version = "^1.4.2" [dev-dependencies.tempfile] version = "^3.1.0" [features] default = [] expose = []