# 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 = "argon2-kdf" version = "1.5.3" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Intuitive Rust bindings for Argon2" documentation = "https://docs.rs/argon2-kdf/latest/argon2-kdf" readme = "Readme.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/ted-tanner/argon2-kdf" [lib] name = "argon2_kdf" path = "src/lib.rs" [dependencies.base64] version = "0.22.*" [dependencies.rand] version = "0.8.*" [build-dependencies.bindgen] version = "0.70.*" [build-dependencies.cc] version = "1.2.*" features = ["parallel"]