mirror of
https://github.com/vacp2p/status-rln-prover.git
synced 2026-01-08 21:18:05 -05:00
34 lines
980 B
TOML
34 lines
980 B
TOML
[package]
|
|
name = "rln_proof"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# clap = { version = "4.5.37", features = ["derive"] }
|
|
# tonic = { version = "0.13", features = ["gzip"] }
|
|
# tonic-reflection = "0.13"
|
|
# prost = "0.13"
|
|
# tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
|
# tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
|
# tracing = "0.1.41"
|
|
# tracing-test = "0.2.5"
|
|
# alloy = { version = "0.15", features = ["full"] }
|
|
# thiserror = "2.0"
|
|
# futures = "0.3"
|
|
rln = { git = "https://github.com/vacp2p/zerokit", package = "rln", features = ["default"] }
|
|
zerokit_utils = { git = "https://github.com/vacp2p/zerokit", package = "zerokit_utils", features = ["default"] }
|
|
ark-bn254 = { version = "0.5", features = ["std"] }
|
|
serde_json = "1.0"
|
|
# dashmap = "6.1.0"
|
|
# bytesize = "2.0.1"
|
|
ark-groth16 = "*"
|
|
ark-relations = "*"
|
|
ark-serialize = "0.5.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "generate_proof"
|
|
harness = false
|