# 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 = "kyber-pke" version = "0.5.0" description = "Kyber encryption library for arbitrary plaintext inputs. Mitigates kyberslash." license = "Apache-2.0" [dependencies.byteorder] version = "1.4.3" [dependencies.pqc_kyber] version = "0.7.1" features = ["hazmat"] package = "pqc_kyber_kyberslash" [dependencies.rand] version = "0.8.5" [features] 90s = ["pqc_kyber/90s"] avx2 = ["pqc_kyber/avx2"] default = [ "kyber1024", "zeroize", "std", ] kyber1024 = ["pqc_kyber/kyber1024"] kyber512 = ["pqc_kyber/kyber512"] kyber768 = ["pqc_kyber/kyber768"] std = ["byteorder/std"] wasm = ["pqc_kyber/wasm"] zeroize = ["pqc_kyber/zeroize"]