2024-12-06 09:12:02 +01:00
|
|
|
[workspace]
|
|
|
|
|
members = ["codex-plonky2-circuits","plonky2_poseidon2","proof-input","workflow"]
|
2025-02-07 11:25:50 +01:00
|
|
|
exclude = ["goldibear_experiments"]
|
2024-12-06 09:12:02 +01:00
|
|
|
resolver = "2"
|
|
|
|
|
|
|
|
|
|
[workspace.dependencies]
|
2025-01-31 12:37:24 +01:00
|
|
|
anyhow = { version = "1.0.89"}
|
2025-02-07 11:00:59 +01:00
|
|
|
unroll = { version = "0.1.5"}
|
2025-04-03 10:14:45 +02:00
|
|
|
plonky2 = { version = "1.0.2" , default-features = false}
|
2025-02-07 11:00:59 +01:00
|
|
|
plonky2_field = { version = "1.0.0" }
|
|
|
|
|
plonky2_maybe_rayon = { version = "1.0.0"}
|
2025-04-03 10:14:45 +02:00
|
|
|
itertools = { version = "0.14.0" }
|
2024-12-06 09:12:02 +01:00
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
serde_json = "1.0"
|
2025-01-10 11:29:03 +01:00
|
|
|
thiserror = "2.0.10"
|
2024-12-06 09:12:02 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
[workspace.package]
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
|
homepage = "https://github.com/codex-storage/proof-aggregation"
|
|
|
|
|
repository = "https://github.com/codex-storage/proof-aggregation"
|
|
|
|
|
keywords = ["cryptography", "SNARK", "plonky2", "Codex"]
|
|
|
|
|
categories = ["cryptography"]
|