# 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 = "pqc_sphincsplus" version = "0.2.0" authors = ["Mitchell Berry "] exclude = [ "tests/KAT/", ".github", ] description = "Sphincs+ is a post-quantum signature scheme" readme = "readme.md" keywords = [ "sphincsplus", "sphincs+", "sphincs", "signature", "post-quantum", ] categories = [ "algorithms", "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Argyle-Software/pqc_sphincsplus" [dependencies.rand] version = "0.8.5" [dependencies.sha256] version = "0.10.7" features = ["compress"] optional = true package = "sha2" [dependencies.sha3] version = "0.10.8" optional = true [dev-dependencies.pqc_core] version = "0.3.0" features = ["load"] [features] KAT = [] f128 = [] f192 = [] f256 = [] haraka = [] robust = [] s128 = [] s192 = [] s256 = [] sha2 = ["sha256"] shake = ["sha3"] simple = []