-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 1.2 KB
/
Copy pathCargo.toml
File metadata and controls
29 lines (26 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "privacy-pools-stwo"
version = "0.1.0"
edition = "2021"
[dependencies]
stwo = { git = "https://github.com/piotr-stec/stwo-fork-keccak", features = ["prover"], branch = "channel/solidity" }
std-shims = { git = "https://github.com/piotr-stec/stwo-fork-keccak", features = ["std"],branch = "channel/solidity" }
stwo-constraint-framework = { git = "https://github.com/piotr-stec/stwo-fork-keccak", features = ["prover", "std"], branch = "channel/solidity" }
stwo-polynomial = { git = "https://github.com/piotr-stec/stwo-polynomial", branch = "feat/privacy-pool-with-merkle" }
num-traits = "0.2"
thiserror = { version = "2.0.12", default-features = false }
tracing = { version = "0.1.40", default-features = false }
tracing-subscriber = { version = "0.3.18", default-features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
alloy = { version = "1.1", features = ["full", "node-bindings", "rpc-types", "sol-types"] }
tokio = { version = "1.0", features = ["full"] }
itertools = "0.13"
hex = "0.4"
[dev-dependencies]
zkhash = { git = "https://github.com/AntoineFONDEUR/poseidon2.git", branch = "poseidon2-M31" }
eyre = "0.6"
rand = "0.8"
[[test]]
name = "e2e"
path = "e2e/mod.rs"