# 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 = "classic-mceliece-rust" version = "2.0.2" authors = [ "Bernhard Berg ", "Lukas Prokop ", "Daniel Kales ", ] exclude = ["/data"] description = "Pure rust implementation of the PQC scheme Classic McEliece" readme = "README.md" keywords = [ "pqc", "post-quantum", "cryptography", "decoding", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/Colfenor/classic-mceliece-rust" [package.metadata.docs.rs] features = ["kem"] rustdoc-args = [ "--cfg", "docsrs", ] [profile.dev] opt-level = 1 [[example]] name = "client-server" required-features = ["alloc"] [[bench]] name = "kem_api" harness = false [dependencies.kem] version = "0.2" optional = true [dependencies.rand] version = "0.8" default-features = false [dependencies.sha3] version = "0.10" default-features = false [dependencies.zeroize] version = "1.5.7" optional = true default-features = false [dev-dependencies.aes] version = "0.8" [dev-dependencies.criterion] version = "0.3" features = ["html_reports"] [dev-dependencies.criterion-cycles-per-byte] version = "0.1.2" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8" features = ["default"] [features] alloc = [] default = [ "alloc", "zeroize", ] kem = [ "dep:kem", "alloc", ] mceliece348864 = [] mceliece348864f = [] mceliece460896 = [] mceliece460896f = [] mceliece6688128 = [] mceliece6688128f = [] mceliece6960119 = [] mceliece6960119f = [] mceliece8192128 = [] mceliece8192128f = []