# 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 = "hash-based-signatures" version = "0.1.0" authors = ["Georg Wiese "] description = "A command-line tool to sign arbitrary files using hash-based signatures." readme = "readme.md" license = "MIT" repository = "https://github.com/georgwiese/hash-based-signatures" [lib] crate-type = [ "cdylib", "lib", ] [[bench]] name = "bench" harness = false [dependencies.anyhow] version = "1.0.65" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.data-encoding] version = "2.3.2" [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.js-sys] version = "0.3.60" [dependencies.rand] version = "0.8.5" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1.5.3" [dependencies.ring] version = "0.16.20" [dependencies.rmp-serde] version = "1.1.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde-big-array] version = "0.4.1" [dependencies.serde_json] version = "1.0.85" [dependencies.wasm-bindgen] version = "0.2" [dev-dependencies.criterion] version = "0.4.0"