# 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 = "xwing-kem" version = "0.1.0" authors = ["Ruben Gonzalez "] description = "Xwing hybrid combiner KEM utilizing MLKEM/Kyber and X25519. See https://eprint.iacr.org/2024/039." homepage = "https://github.com/rugo/xwing-kem.rs" documentation = "https://github.com/rugo/xwing-kem.rs" readme = "README.md" keywords = [ "cryptography", "kyber", "post-quantum", "hybrid", "curve25519", ] categories = [ "cryptography", "post-quantum", ] license = "BSD-3-Clause" repository = "https://github.com/rugo/xwing-kem.rs" [dependencies.arrayref] version = "0.3" [dependencies.pqcrypto-kyber] version = "0.8.0" [dependencies.pqcrypto-traits] version = "0.3.5" [dependencies.sha3] version = "0.10.8" [dependencies.x25519-dalek] version = "2" features = [ "getrandom", "static_secrets", ] [dev-dependencies.hex] version = "0.4.3"