# 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 = "webb-pedersen-hash" version = "0.1.0" authors = ["Webb Developers ", "Shady Khalifa "] description = "Webb Pedersen Hasher" homepage = "https://www.webb.tools" documentation = "https://docs.rs/webb-pedersen-hash" keywords = ["webb", "pedersen", "hash", "blockchain"] license = "GPL-3.0" repository = "https://github.com/webb-tools/webb-rs" [dependencies.ark-crypto-primitives] version = "^0.3.0" features = ["r1cs"] default-features = true [dependencies.ark-ed-on-bn254] version = "^0.3.0" features = ["r1cs"] default-features = true [dependencies.ark-ff] version = "^0.3.0" default-features = true [dependencies.rand_chacha] version = "^0.3" default-features = false [dev-dependencies.hex] version = "0.4" default-features = false