# 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 = "pake-kem" version = "0.1.0-pre.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of a password-authenticated key exchange (PAKE) based from a key encapsulation mechanism (KEM)." readme = "README.md" keywords = ["cryptography"] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/facebook/pake-kem" [lib] name = "pake_kem" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [[example]] name = "demo" path = "examples/demo.rs" [dependencies.curve25519-dalek] version = "4" features = ["rand_core"] [dependencies.hkdf] version = "0.13.0-pre.4" features = ["std"] [dependencies.kem] version = "0.3.0-pre.0" [dependencies.ml-kem] version = "0.2.1" [dependencies.rand_core] version = "0.6" features = ["getrandom"] [dependencies.sha2] version = "0.11.0-pre.4" [dependencies.thiserror] version = "1" [dev-dependencies.base64] version = "0.22" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde_json] version = "1"