# 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 = "openssl-kdf" version = "0.4.2" authors = ["Patrick Uiterwijk "] description = "OpenSSL KDF function abstraction" homepage = "https://github.com/puiterwijk/rust-openssl-kdf/" readme = "README.md" license = "MIT" [package.metadata.docs.rs] features = ["allow_custom"] [dependencies.foreign-types] version = "0.3.1" [dependencies.libc] version = "0.2" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.thiserror] version = "1" [dev-dependencies.hex] version = "0.4" [build-dependencies.pkg-config] version = "0.3" [features] allow_custom = [] deny_custom = [] force_custom = [] warn_custom = []