# 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-kgen" 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_kgen" path = "src/lib.rs" [dependencies.fn-dsa-comm] version = "0.1" [dependencies.zeroize] version = "1.8" features = ["zeroize_derive"] [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.num-bigint] version = "0.4.3" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.sha2] version = "0.10"