# 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 = "2018" name = "evpkdf" version = "0.2.0" authors = ["PoiScript "] description = "Rust implementation of OpenSSL EVP_bytesToKey function." readme = "README.md" keywords = [ "evpkdf", "openssl", "cryptography", ] license = "MIT" repository = "https://github.com/PoiScript/evpkdf" [dependencies.digest] version = "0.10" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.md-5] version = "0.10" [dev-dependencies.sha-1] version = "0.10"