# 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-argon2" version = "2.1.0" authors = ["Martijn Rijkeboer "] description = "Rust implementation of the Argon2 password hashing function." homepage = "https://github.com/sru-systems/rust-argon2" documentation = "https://docs.sru-systems.com/rust-argon2/2.1.0/argon2/" readme = "README.md" keywords = [ "argon2", "argon2d", "argon2i", "hash", "password", ] license = "MIT/Apache-2.0" repository = "https://github.com/sru-systems/rust-argon2" [lib] name = "argon2" [dependencies.base64] version = "0.21" [dependencies.blake2b_simd] version = "1.0" [dependencies.constant_time_eq] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.hex] version = "0.4"