orchard/halo2-gadgets/halo2_utilities/Cargo.toml

29 lines
645 B
TOML

[package]
name = "halo2_utilities"
version = "0.0.0"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",
]
edition = "2018"
description = "Utility gadgets for halo2"
license-file = "LICENSE-BOSL"
repository = "https://github.com/zcash/orchard"
documentation = "https://docs.rs/orchard"
readme = "README.md"
# We are not publishing this yet.
publish = false
[dependencies]
bigint = "4"
ff = "0.11"
halo2 = "=0.1.0-beta.1"
pasta_curves = "0.2.1"
proptest = { version = "1.0.0", optional = true }
rand = "0.8"
[dev-dependencies]
sinsemilla = { version = "0.0", path = "../sinsemilla"}
proptest = "1.0.0"