[package] name = "rust_srp" version = "0.1.8" authors = ["Mohammed Al-Ani ", "Janne Tahkola "] edition = "2018" repository = "https://github.com/MoeAl-Ani/rust-srp" keywords = ["rust", "srp", "authentication", "security", "crypto"] description = "rust secure remote password authentication flow" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] num = { version = "0.3.1", features = ["num-bigint", "rand", "serde"] } rand = "0.7" num-bigint = { version = "0.3", features = ["rand"] } sha2 = "0.9.2" hex = "0.4.2"