# 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 = "cognito_srp" version = "0.1.2" authors = ["Luc Dewavrin"] description = "AWS cognito Secure Remote Password (SRP) client implementation" documentation = "https://docs.rs/cognito_srp" readme = "README.md" keywords = [ "crypto", "aws", "cognito", ] categories = [ "cryptography", "authentication", ] license = "MIT" repository = "https://github.com/lucdew/cognito-srp" resolver = "2" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4" [dependencies.digest] version = "0.10.3" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-bigint] version = "0.4" [dependencies.rand] version = "0.8.4" [dependencies.regex] version = "1.6.0" [dependencies.sha2] version = "0.10.2" [dependencies.thiserror] version = "1.0.32"