# 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" rust-version = "1.74" name = "ml-dsa" version = "0.0.3" description = """ WIP pure Rust implementation of the Module-Lattice-Based Digital Signature Algorithm (DO NOT USE) """ homepage = "https://github.com/RustCrypto/signatures/tree/master/ml-dsa" keywords = [ "crypto", "signature", "lattice", "post-quantum", ] categories = [ "cryptography", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/signatures" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.hybrid-array] version = "0.2.0-rc.8" features = ["extra-sizes"] [dependencies.kem] version = "0.3.0-pre.0" [dependencies.rand_core] version = "0.6.4" [dependencies.sha3] version = "0.10.8" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.crypto-common] version = "0.1.6" features = ["rand_core"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.num-rational] version = "0.4.2" features = ["num-bigint"] default-features = false [dev-dependencies.rand] version = "0.8.5" [features] default = ["std"] std = ["sha3/std"]