mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-09 21:48:14 -05:00
17 lines
637 B
TOML
17 lines
637 B
TOML
[package]
|
|
name = "utils"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
ark-circom = { git = "https://github.com/gakonst/ark-circom.git", rev = "170b10fc9ed182b5f72ecf379033dda023d0bf07" }
|
|
ark-crypto-primitives = { version = "=0.4.0" }
|
|
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }
|
|
ark-ff = { version = "=0.4.1", default-features = false, features = ["parallel", "asm"] }
|
|
ark-bn254 = { version = "=0.4.0" }
|
|
ark-groth16 = { version = "=0.4.0", default-features = false, features = ["parallel"] }
|
|
ark-serialize = { version = "=0.4.1", default-features = false }
|
|
|
|
serde_json = "=1.0.94"
|
|
serde = "*"
|