# 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 = "bn254_hash2curve" version = "0.1.2" authors = [ "Manish ", "HashCloak ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "hash-to-curve for the BN254 elliptic curve" readme = "README.md" keywords = [ "cryptography", "elliptic_curves", "hash-to-curve", "hashing", "bn254", ] license = "MIT AND Apache-2.0" repository = "https://github.com/hashcloak/bn254-hash-to-curve" [lib] name = "bn254_hash2curve" path = "src/lib.rs" [dependencies.ark-bn254] version = "0.4.0" [dependencies.ark-ec] version = "0.4.2" [dependencies.ark-ff] version = "0.4.2" [dependencies.digest] version = "0.10.7" [dependencies.elliptic-curve] version = "0.13.5" [dependencies.hex] version = "0.4.3" [dependencies.num-bigint] version = "0.4.3" [dependencies.num-integer] version = "0.1.45" [dependencies.sha2] version = "0.10.6" [dependencies.subtle] version = "2.5.0" [dev-dependencies] [features] constantine_compatible = [] default = ["constantine_compatible"] gnark_crypto_compatible = []