]> git.proxmox.com Git - rustc.git/blame - vendor/rust-argon2/Cargo.toml
Update upstream source from tag 'upstream/1.52.1+dfsg1'
[rustc.git] / vendor / rust-argon2 / Cargo.toml
CommitLineData
f20569fa
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "rust-argon2"
16version = "0.7.0"
17authors = ["Martijn Rijkeboer <mrr@sru-systems.com>"]
18description = "Rust implementation of the Argon2 password hashing function."
19homepage = "https://github.com/sru-systems/rust-argon2"
20documentation = "https://docs.sru-systems.com/rust-argon2/0.7.0/argon2/"
21readme = "README.md"
22keywords = ["argon2", "argon2d", "argon2i", "hash", "password"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/sru-systems/rust-argon2"
25
26[lib]
27name = "argon2"
28[dependencies.base64]
29version = "0.11"
30
31[dependencies.blake2b_simd]
32version = "0.5"
33
34[dependencies.constant_time_eq]
35version = "0.1.4"
36
37[dependencies.crossbeam-utils]
38version = "0.7"
39[dev-dependencies.hex]
40version = "0.3"