# 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 = "sphincs-plus-cry4" version = "0.1.1" description = "Implementation of the SPHINCS+ post-quantum signature scheme" license = "MIT" repository = "https://github.com/CRY4-Hash-Based-Signatures/SPHINCS-PLUS" resolver = "2" [[bin]] name = "benchmark" required-features = ["build-binary"] [dependencies.blake3] version = "1.3.1" [dependencies.crossbeam] version = "0.8.1" [dependencies.ecdsa] version = "0.14.1" optional = true [dependencies.hmac] version = "0.12.1" [dependencies.k256] version = "0.11.0" optional = true [dependencies.rand] version = "0.8.5" [dependencies.rsa] version = "0.6.1" optional = true [dependencies.sha2] version = "0.10.2" [dependencies.sha3] version = "0.10.1" [features] build-binary = [ "rsa", "ecdsa", "k256", ]