# 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.56" name = "srp" version = "0.6.0" authors = ["RustCrypto Developers"] description = "Secure Remote Password (SRP) protocol implementation" documentation = "https://docs.rs/srp" readme = "README.md" keywords = ["crypto", "pake", "authentication"] categories = ["cryptography", "authentication"] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/PAKEs" resolver = "2" [dependencies.digest] version = "0.10" [dependencies.generic-array] version = "0.14" [dependencies.lazy_static] version = "1.2" [dependencies.num-bigint] version = "0.4" [dependencies.subtle] version = "2.4" [dev-dependencies.hex-literal] version = "0.3" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.rand] version = "0.6" [dev-dependencies.sha-1] version = "0.10" [dev-dependencies.sha2] version = "0.10"