# 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 = "2018" rust-version = "1.50" name = "pqc_dilithium_edit" version = "0.2.0" authors = ["Mitchell Berry "] exclude = ["tests/KAT"] description = "Modified version. A post-quantum cryptographic signature scheme based on the hardness of lattice problems over module lattices" readme = "README.md" keywords = [ "signature", "post-quantum", "signing", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/Argyle-Software/dilithium/" [[bench]] name = "api" harness = false [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] default-features = false [dev-dependencies.pqc_core] version = "0.3.0" features = ["load"] [features] aes = [] mode2 = [] mode3 = [] mode5 = [] random_signing = []