# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ehl-fdh" version = "0.8.0" authors = ["phayes "] description = "Full Domain Hash (FDH) for extending the size of a hash digest to an arbitrary length" readme = "README.md" keywords = ["hash", "crypto", "digest"] categories = ["cryptography", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/eventhorizonpl/fdh-rs" [dependencies.digest] version = "0.9.0" [dependencies.num-bigint] version = "0.7" features = ["zeroize"] optional = true package = "num-bigint-dig" [dependencies.secret_integers] version = "0.1.6" [dependencies.subtle] version = "2.3.0" [dependencies.thiserror] version = "1.0.22" optional = true [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.num-integer] version = "0.1.44" [dev-dependencies.num-traits] version = "0.2.14" [dev-dependencies.sha-1] version = "0.9.2" [dev-dependencies.sha2] version = "0.9.2" [dev-dependencies.sha3] version = "0.9.1" [features] default = ["std"] std = ["digest/std", "num-bigint", "thiserror"] [badges.codecov] branch = "master" repository = "phayes/fdh-rs" service = "github" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "phayes/fdh-rs"