# 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 = "2018" name = "srp6" version = "1.0.0-alpha.6" authors = ["Sven Assmann "] include = [ "src", "examples", "LICENSE", "README.md", "CHANGELOG.md", ] description = "A safe implementation of the secure remote password authentication and key-exchange protocol (SRP version 6 and 6a)" license = "MIT" [dependencies.hex] version = "0.4" [dependencies.hex-literal] version = "0.3" [dependencies.log] version = "0.4" features = ["release_max_level_warn"] [dependencies.num-bigint] version = "0.4" features = ["rand"] [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha-1] version = "0.10" [dependencies.thiserror] version = "1.0" [dev-dependencies] [features] default = [] legacy = []