# 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-kem" version = "0.1.3" authors = ["parazyd "] description = "Kyber IND-CCA2 KEM in Rust" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/parazyd/kyber-kem" [[bench]] name = "ops" harness = false [dependencies.rand] version = "0.8" [dependencies.sha3] version = "0.10" [dependencies.subtle] version = "2.5" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.regex] version = "1.10.2"