# 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 = "rust-kbkdf" version = "1.1.0" authors = ["Michael Boquard "] exclude = [".idea/"] description = "SP800-108 Key Based Key Derivation Using Pseudorandom Functions" readme = "README.md" keywords = [ "kdf", "crypto", "sp800-108", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0" repository = "https://gitlab.com/michael.j.boquard/rust-kbkdf" resolver = "2" [dependencies.generic-array] version = "0.14" [dependencies.typenum] version = "1.15" [dependencies.zeroize] version = "1.5.6" [dev-dependencies.hex] version = "0.4" [dev-dependencies.openssl] version = "0.10"