# 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" rust-version = "1.60" name = "spake2" version = "0.4.0" authors = ["Brian Warner "] exclude = [".gitignore"] description = "The SPAKE2 password-authenticated key-exchange algorithm." homepage = "https://github.com/RustCrypto/PAKEs" documentation = "https://docs.rs/spake2" readme = "README.md" keywords = [ "crypto", "pake", "authentication", ] categories = [ "cryptography", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/PAKEs/tree/master/spake2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "spake2" harness = false [dependencies.curve25519-dalek] version = "4" features = ["rand_core"] default-features = false [dependencies.hkdf] version = "0.12" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha2] version = "0.10" default-features = false [dev-dependencies.bencher] version = "0.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.num-bigint] version = "0.4" [features] default = ["getrandom"] getrandom = ["rand_core/getrandom"] std = []