# 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.81" name = "kemeleon" version = "0.1.0-rc.1" authors = ["jmwample"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Kemeleon encoding algorithms for obfuscating ML-KEM handshake elements. """ documentation = "https://docs.rs/kemeleon" readme = "README.md" keywords = [ "ML-KEM", "Kemeleon", "cryptography", ] categories = [ "no-std", "cryptography", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jmwample/kemeleon" [package.metadata.docs.rs] rustdoc-args = [ "--html-in-header", "doc/katex-header.html", ] [lib] name = "kemeleon" path = "src/lib.rs" [[example]] name = "mlkem1024-x25519_kex" path = "examples/mlkem1024-x25519_kex.rs" [[test]] name = "encap-decap" path = "tests/encap-decap.rs" [[test]] name = "key-gen" path = "tests/key-gen.rs" [dependencies.digest] version = "0.10.7" [dependencies.generic-array] version = "1.1.0" [dependencies.hkdf] version = "0.12.4" [dependencies.hybrid-array] version = "0.2.0-rc.10" features = ["extra-sizes"] [dependencies.kem] version = "0.3.0-pre.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.ml-kem] version = "0.2.1" [dependencies.num-bigint] version = "0.4.6" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.sha2] version = "0.10.8" [dev-dependencies.hex] version = "0.4.3" features = ["serde"] [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.num-rational] version = "0.4.2" [dev-dependencies.serde] version = "1.0.208" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.125" [dev-dependencies.x25519-dalek] version = "2.0.1" features = [ "static_secrets", "getrandom", "reusable_secrets", ] [features] alloc = [] default = [] deterministic = ["ml-kem/deterministic"]