# 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" name = "opaquebind" version = "0.3.6" authors = ["Tip ten Brink <75669206+tiptenbrink@users.noreply.github.com>"] description = "Simple configuration of OPAQUE, a passowrd-authenticated key exchange protocol." readme = "README.md" keywords = [ "opaque", "passwords", "authentication", "serialization", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tiptenbrink/opaque-borink/tree/v0.3.6/opaquebind" [dependencies.argon2] version = "0.4.1" [dependencies.base64] version = "0.22.1" [dependencies.opaque-ke] version = "2.0.0" features = ["argon2"] [dependencies.rand] version = "0.8.5" features = ["getrandom"] default-features = false [dependencies.sha2] version = "0.10.8"