# 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 = "qdsa" version = "0.4.0" include = [ "src/**/*", "benches/**/*", "LICENSE", "README.md", ] description = "The qDSA digital signature algorithm plus X25519 and Elligator2." homepage = "https://github.com/codahale/qdsa" documentation = "https://docs.rs/qdsa/" readme = "README.md" keywords = [ "crypto", "curve25519", "qdsa", "x25519", "elligator2", ] categories = ["cryptography"] license = "BSD-3-Clause" resolver = "2" [[bench]] name = "benchmarks" harness = false [dependencies.fiat-crypto] version = "0.1.13" [dependencies.rand_core] version = "0.6.3" [dependencies.subtle] version = "2.4.1" [dependencies.zeroize] version = "1.5.5" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.hex-literal] version = "0.3.4" [dev-dependencies.rand] version = "0.8.5" features = ["min_const_gen"] [dev-dependencies.sha3] version = "0.10.1" [dev-dependencies.wycheproof] version = "0.4.0"