# 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] name = "kyber" version = "0.1.1+deprecated" authors = ["quininer kel "] description = "DEPRECATED: use the `ml-kem` crate instead" readme = "README.md" license = "MIT" repository = "https://github.com/quininer/kyber" [dependencies.byteorder] version = "1.1" [dependencies.itertools] version = "0.6" [dependencies.rand] version = "0.3" [dependencies.sp800-185] version = "0.1" [dependencies.tiny-keccak] version = "1.3" [dev-dependencies.data-encoding] version = "2.0.0-rc"