# 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 = "wdcrypt" version = "2.3.3" authors = ["Stefin "] build = false exclude = [".github/"] autobins = false autoexamples = false autotests = false autobenches = false description = "CLI to encrypt the current working directory with Fernet encryption" readme = "README.md" license = "MIT" repository = "https://github.com/stefins/wdcrypt" [[bin]] name = "wdcrypt" path = "src/main.rs" [dependencies.clap] version = "4.5.20" [dependencies.fernet] version = "0.2.2" features = ["rustcrypto"] default-features = false [dependencies.num_cpus] version = "1.16" [dependencies.tar] version = "0.4.42" [dependencies.threadpool] version = "1.8.1" [dev-dependencies.getrandom] version = "0.2" features = ["js"]