# 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 = "pqcrypto" version = "0.18.1" authors = ["Thom Wiggers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Post-Quantum cryptographic primitives" homepage = "https://github.com/rustpq/" readme = "README.md" keywords = [ "cryptography", "post-quantum", "security", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustpq/pqcrypto/" [package.metadata.docs.rs] all-features = true [lib] name = "pqcrypto" path = "src/lib.rs" [[example]] name = "keygen" path = "examples/keygen.rs" [[example]] name = "signer" path = "examples/signer.rs" [[example]] name = "verifier" path = "examples/verifier.rs" [dependencies.pqcrypto-classicmceliece] version = "0.2.0" optional = true [dependencies.pqcrypto-falcon] version = "0.4.0" optional = true [dependencies.pqcrypto-hqc] version = "0.2.1" optional = true [dependencies.pqcrypto-mldsa] version = "0.1.0" optional = true [dependencies.pqcrypto-mlkem] version = "0.1.0" optional = true [dependencies.pqcrypto-sphincsplus] version = "0.7.0" optional = true [dependencies.pqcrypto-traits] version = "0.3.5" [features] cryptographically-insecure = [] default = [ "pqcrypto-mlkem", "pqcrypto-classicmceliece", "pqcrypto-hqc", "pqcrypto-mldsa", "pqcrypto-falcon", "pqcrypto-sphincsplus", ] serialization = [ "pqcrypto-mlkem/serialization", "pqcrypto-classicmceliece/serialization", "pqcrypto-hqc/serialization", "pqcrypto-mldsa/serialization", "pqcrypto-falcon/serialization", "pqcrypto-sphincsplus/serialization", ] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "rustpq/pqcrypto"