# 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 = "2018" name = "hash2field" version = "0.4.0" authors = ["Michael Lodder "] description = "Implements safe hash to a finite field as described in https://datatracker.ietf.org/doc/html/draft-irtf-cfrg-hash-to-curve-11#section-5" documentation = "https://docs.rs/mikelodder7/hash2field" readme = "README.md" keywords = ["crypto", "hashing", "ecc", "no-std"] categories = ["cryptography", "no-std"] license = "Apache-2.0" repository = "https://github.com/mikelodder7/hash2field" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.digest] version = "0.9" [dependencies.elliptic-curve] version = "0.11" features = ["arithmetic"] [dependencies.subtle] version = "2.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.k256] version = "0.8" features = ["expose-field"] [dev-dependencies.num-bigint] version = "0.4" [dev-dependencies.num-integer] version = "0.1" [dev-dependencies.sha2] version = "0.9"