# 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 = "x-wing" version = "0.0.1-alpha" build = false exclude = ["src/test-vectors.json"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Pure Rust implementation of the X-Wing Key-Encapsulation Mechanism """ homepage = "https://github.com/RustCrypto/KEMs/tree/master/x-wing" readme = "README.md" keywords = [ "crypto", "x-wing", "xwing", "kem", "post-quantum", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/KEMs/tree/master/x-wing" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "x_wing" path = "src/lib.rs" [dependencies.kem] version = "0.3.0-pre.0" [dependencies.ml-kem] version = "0.2" features = ["deterministic"] default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dependencies.x25519-dalek] version = "2.0" features = ["static_secrets"] default-features = false [dependencies.zeroize] version = "1.8.1" features = ["zeroize_derive"] optional = true default-features = true [dev-dependencies.hex] version = "0.4" features = ["serde"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_core] version = "0.6" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] getrandom = ["rand_core/getrandom"] zeroize = [ "dep:zeroize", "ml-kem/zeroize", "x25519-dalek/zeroize", ] [lints.clippy] pedantic = "warn" [lints.clippy.similar_names] level = "allow" priority = 1 [lints.rust] missing_docs = "deny"