# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vep" version = "2.1.0" authors = ["just-do-halee "] description = "Variable-length Expansion Pass function. ( i.e. short password to long hashed password )" homepage = "https://github.com/just-do-halee/vep" readme = "README.md" keywords = ["algorithms", "cryptography", "password", "expansion"] categories = ["cryptography", "algorithms", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/just-do-halee/vep" [package.metadata.docs.rs] no-deps = true [dependencies.digest] version = "0.9.0" [dependencies.typenum] version = "1.14.0" features = ["no_std"] [dependencies.zeroize] version = "1.4.1" [dev-dependencies.blake3] version = "1.0.0" features = ["traits-preview"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.sha2] version = "0.9.6" [dev-dependencies.sha3] version = "0.9.1" [features] default = ["std"] std = []