# 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 = "secured-cipher-key" version = "0.3.0" authors = ["mikesposito"] description = "An helper to generate generic encryption keys from a password" license = "MIT" [dependencies.hmac] version = "~0.12.1" [dependencies.pbkdf2] version = "~0.12.2" [dependencies.rand_core] version = "~0.6.4" features = ["getrandom"] [dependencies.sha2] version = "~0.10.5"