# 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.70" name = "fips205" version = "0.4.0" authors = ["Eric Schorn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FIPS 205: Stateless Hash-Based Digital Signature Standard" documentation = "https://docs.rs/fips205" readme = "README.md" keywords = [ "FIPS", "FIPS205", "hash", "signature", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/integritychain/fips205" [profile.bench] opt-level = 3 lto = true codegen-units = 1 debug = 2 debug-assertions = false overflow-checks = false incremental = false [profile.dev] opt-level = 3 [lib] name = "fips205" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "messages" path = "tests/messages.rs" [[test]] name = "py_vectors" path = "tests/py_vectors.rs" [[bench]] name = "benchmark" path = "benches/benchmark.rs" harness = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.sha3] version = "0.10.2" default-features = false [dependencies.zeroize] version = "1.6.0" features = ["zeroize_derive"] default-features = false [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.serde] version = "=1.0.210" [dev-dependencies.serde_json] version = "1.0" [features] default = [ "default-rng", "slh_dsa_sha2_128s", "slh_dsa_shake_128s", "slh_dsa_sha2_128f", "slh_dsa_shake_128f", "slh_dsa_sha2_192s", "slh_dsa_shake_192s", "slh_dsa_sha2_192f", "slh_dsa_shake_192f", "slh_dsa_sha2_256s", "slh_dsa_shake_256s", "slh_dsa_sha2_256f", "slh_dsa_shake_256f", ] default-rng = ["rand_core/getrandom"] slh_dsa_sha2_128f = [] slh_dsa_sha2_128s = [] slh_dsa_sha2_192f = [] slh_dsa_sha2_192s = [] slh_dsa_sha2_256f = [] slh_dsa_sha2_256s = [] slh_dsa_shake_128f = [] slh_dsa_shake_128s = [] slh_dsa_shake_192f = [] slh_dsa_shake_192s = [] slh_dsa_shake_256f = [] slh_dsa_shake_256s = []