# 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 = "envault-cipher" version = "0.0.1" authors = ["Kento Haneda "] description = "Cipher library for envault" license = "MIT" repository = "https://github.com/kentrino/envault" [dependencies.aes] version = "0.8.1" [dependencies.base64] version = "0.21.5" [dependencies.cbc] version = "0.1.2" features = ["std"] [dependencies.hmac] version = "0.12.1" [dependencies.pbkdf2] version = "0.12.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "1.0.52"