voting-circuits 0.1.0

Governance ZKP circuits (delegation, vote proof, share reveal) for the Zcash shielded-voting protocol.
Documentation
# 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 = "voting-circuits"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Governance ZKP circuits (delegation, vote proof, share reveal) for the Zcash shielded-voting protocol."
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/valargroup/voting-circuits"

[features]
default = ["std"]
share-reveal = []
std = []

[lib]
name = "voting_circuits"
path = "src/lib.rs"
bench = false

[[test]]
name = "imt_circuit_integration"
path = "tests/imt_circuit_integration.rs"

[[bench]]
name = "delegation"
path = "benches/delegation.rs"
harness = false

[dependencies.blake2b_simd]
version = "1"

[dependencies.ff]
version = "0.13"
default-features = false

[dependencies.group]
version = "0.13"

[dependencies.halo2_gadgets]
version = "0.3"

[dependencies.halo2_proofs]
version = "0.3"
features = [
    "batch",
    "floor-planner-v1-legacy-pdqsort",
]
default-features = false

[dependencies.incrementalmerkletree]
version = "0.8.1"

[dependencies.lazy_static]
version = "1"

[dependencies.orchard]
version = "0.11.0"
features = ["circuit"]
package = "valar-orchard"

[dependencies.pasta_curves]
version = "0.5"

[dependencies.poseidon]
version = "0.1"
package = "halo2_poseidon"

[dependencies.rand]
version = "0.8"
default-features = false

[dependencies.sinsemilla]
version = "0.1"

[dev-dependencies.criterion]
version = "0.4"

[dev-dependencies.imt-tree]
version = "0.1"

[dev-dependencies.incrementalmerkletree]
version = "0.8.1"

[dev-dependencies.rand]
version = "0.8"