# 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 = "dilithium-raw" version = "0.1.0" build = "build.rs" include = [ "src/**/*", "extern/**/*", "build.rs", "COPYING", "LICENSE.*", "README.md", ] description = "Low level library for dilithium signatures" readme = "README.md" keywords = [ "crypto", "post-quantum", "signature", "signing", "dilithium", ] categories = ["cryptography"] license-file = "COPYING" repository = "https://github.com/niluxv/dilithium-raw" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.cty] version = "0.2" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.rand] version = "0.8" [dev-dependencies.ron] version = "0.7" [dev-dependencies.serde_test] version = "1.0" [dev-dependencies.zeroize] version = "1.5" [build-dependencies.cc] version = "1.0" [build-dependencies.glob] version = "0.3" [features] aarch64 = [] avx2 = [] default = [ "dilithium2", "dilithium3", "dilithium5", "avx2", "aarch64", ] dilithium2 = [] dilithium3 = [] dilithium5 = [] hazmat = [] serde = ["dep:serde"]