# 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 = "2018" name = "pqcrypto-compat" version = "0.2.0" authors = ["Michael Rosenberg "] description = "A convenience crate which implements RustCrypto traits for pqcrypto primitives" keywords = [ "cryptography", "crypto", "signature", "kem", ] categories = [ "cryptography", "no-std", ] license = "MIT/Apache-2.0" repository = "https://github.com/rozbb/pqcrypto-compat" [dependencies.doc-comment] version = "0.3" [dependencies.kem] version = "0.2" [dependencies.pqcrypto] version = "0.15" default-features = false [dependencies.pqcrypto-traits] version = "0.3" [dependencies.rand_core] version = "0.6" [dependencies.signature] version = "1.4" [dev-dependencies.rand_core] version = "0.6" features = ["getrandom"] [features] default = [ "pqcrypto-kyber", "pqcrypto-frodo", "pqcrypto-ntru", "pqcrypto-ntruprime", "pqcrypto-saber", "pqcrypto-classicmceliece", "pqcrypto-hqc", "pqcrypto-dilithium", "pqcrypto-falcon", "pqcrypto-rainbow", "pqcrypto-sphincsplus", ] pqcrypto-classicmceliece = ["pqcrypto/pqcrypto-classicmceliece"] pqcrypto-dilithium = ["pqcrypto/pqcrypto-dilithium"] pqcrypto-falcon = ["pqcrypto/pqcrypto-falcon"] pqcrypto-frodo = ["pqcrypto/pqcrypto-frodo"] pqcrypto-hqc = ["pqcrypto/pqcrypto-hqc"] pqcrypto-kyber = ["pqcrypto/pqcrypto-kyber"] pqcrypto-ntru = ["pqcrypto/pqcrypto-ntru"] pqcrypto-ntruprime = ["pqcrypto/pqcrypto-ntruprime"] pqcrypto-rainbow = ["pqcrypto/pqcrypto-rainbow"] pqcrypto-saber = ["pqcrypto/pqcrypto-saber"] pqcrypto-sphincsplus = ["pqcrypto/pqcrypto-sphincsplus"] serde_impls = ["pqcrypto/serialization"]