# 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 = "capyKEM" version = "0.1.5" description = "Exercise in quantum-resistant cryptographic algorithm design." readme = "README.md" license = "MIT" [profile.test] opt-level = 3 [dependencies.hybrid-array] version = "0.2.0-rc.8" features = ["extra-sizes"] [dependencies.rand] version = "0.8.5" [dependencies.sha3] version = "0.10.8" default-features = false [dependencies.typenum] version = "1.17.0" default-features = false