# 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 = "hash2curve" version = "0.1.0" authors = ["Michael Lodder "] exclude = ["Cargo.lock", ".github/**", ".gitignore", "rustfmt.toml"] description = "Traits and algorithms for hashing arbitrary values to curve group element" documentation = "https://docs.rs/hash2curve" readme = "README.md" categories = ["cryptography", "hash", "no-std"] license = "Apache-2.0" repository = "https://github.com/mikelodder7/hash2curve" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.digest] version = "0.9" [features] alloc = ["digest/alloc"] default = [] std = ["alloc", "digest/std"]