# 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.82" name = "fn-dsa" version = "0.1.0" authors = ["Thomas Pornin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FN-DSA signature scheme" readme = "README.md" keywords = [ "cryptography", "fn-dsa", "falcon", ] categories = [ "cryptography", "no-std", ] license = "Unlicense" repository = "https://github.com/pornin/rust-fn-dsa" [lib] name = "fn_dsa" path = "src/lib.rs" [[bench]] name = "keygen" path = "benches/keygen.rs" harness = false [[bench]] name = "sign" path = "benches/sign.rs" harness = false [[bench]] name = "util" path = "benches/util.rs" [[bench]] name = "verify" path = "benches/verify.rs" harness = false [dependencies.fn-dsa-comm] version = "0.1" [dependencies.fn-dsa-kgen] version = "0.1" [dependencies.fn-dsa-sign] version = "0.1" [dependencies.fn-dsa-vrfy] version = "0.1" [dev-dependencies.hex] version = "0.4.3"