# 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 = "vault-core" version = "0.1.1" authors = ["Benjamin Eder"] description = "Password based encryption/decryption" keywords = [ "encryption", "decryption", "password", ] categories = [ "command-line-utilities", "cryptography", ] license = "MIT" repository = "https://github.com/bennyboer/vault" resolver = "1" [dependencies.argon2] version = "0.4.1" [dependencies.chacha20] version = "0.9.0" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.rand] version = "0.8.5" [dependencies.zeroize] version = "1.5.7"