# 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 = "enc_file" version = "0.4.17" authors = ["ArdentEmpiricist <35100899+ArdentEmpiricist@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Encrypt / decrypt files or calculate hash from the command line. Warning: Don't use for anything important, use VeraCrypt or similar instead." homepage = "https://docs.rs/enc_file/" documentation = "https://docs.rs/enc_file/" readme = "README.md" keywords = [ "encryption", "command-line", "chacha20poly1305", "aes-gcm", "blake3", ] categories = [ "command-line-utilities", "cryptography", "encoding", "filesystem", ] license = "MIT" repository = "https://github.com/LazyEmpiricist/enc_file" [lib] name = "enc_file" path = "src/lib.rs" [[bin]] name = "enc_file" path = "src/main.rs" [dependencies.aes-gcm-siv] version = "0.11.1" [dependencies.bincode] version = "1.3.3" [dependencies.blake3] version = "1.5.4" features = ["rayon"] [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.211" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.8"