# 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.75" name = "slh-dsa" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Pure Rust implementation of SLH-DSA (aka SPHINCS+) as described in the FIPS-205 standard """ homepage = "https://github.com/RustCrypto/signatures/tree/master/slh-dsa" readme = "README.md" keywords = [ "crypto", "signature", ] categories = ["cryptography"] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/signatures" [lib] name = "slh_dsa" path = "src/lib.rs" bench = false [[test]] name = "acvp_keygen" path = "tests/acvp_keygen.rs" [[test]] name = "acvp_sig" path = "tests/acvp_sig.rs" [[test]] name = "acvp_ver" path = "tests/acvp_ver.rs" [[test]] name = "known_answer_tests" path = "tests/known_answer_tests.rs" [[bench]] name = "sign_verify" path = "benches/sign_verify.rs" harness = false [dependencies.digest] version = "0.10.7" [dependencies.hmac] version = "0.12.1" [dependencies.hybrid-array] version = "0.2.0-rc.8" features = ["extra-sizes"] [dependencies.rand_core] version = "0.6.4" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.sha3] version = "0.10.8" default-features = false [dependencies.signature] version = "2.3.0-pre.4" features = ["rand_core"] [dependencies.typenum] version = "1.17.0" features = ["const-generics"] [dependencies.zerocopy] version = "0.7.34" features = ["derive"] [dev-dependencies.aes] version = "0.8.4" [dev-dependencies.cipher] version = "0.4.4" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ctr] version = "0.9.2" [dev-dependencies.hex] version = "0.4.1" features = ["serde"] [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.num-bigint] version = "0.4.4" [dev-dependencies.paste] version = "1.0.15" [dev-dependencies.proptest] version = "1.4.0" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.quickcheck_macros] version = "1" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_core] version = "0.6.4" [dev-dependencies.serde] version = "1.0.207" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.124" [features] alloc = [] default = ["alloc"]