Skip to content

Commit

Permalink
remove unused deps (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto authored Nov 1, 2024
1 parent f3cc06d commit 04bbfd8
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 103 deletions.
69 changes: 0 additions & 69 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ alloy = { version = "0.2", default-features = false, features = [
"getrandom",
"network",
"node-bindings",
"postgres",
"providers",
"reqwest",
"rlp",
Expand Down Expand Up @@ -56,14 +55,11 @@ plonky2_ecgfp5 = { git = "https://github.com/Lagrange-Labs/plonky2-ecgfp5" }
plonky2_monolith = "0.1.0"
plonky2x = { git = "https://github.com/Lagrange-Labs/succinctx", branch = "fix-build" }
poseidon2_plonky2 = { git = "https://github.com/Lagrange-Labs/plonky2", branch = "upstream" }
postgres = { version = "0.19.7", features = ["with-serde_json-1"] }
rand = "0.8"
revm = { version = "3.5", default-features = false }
rlp = "0.5"
rmp-serde = "1.1"
rstest = "0.18"
serde = { version = "1.0", features = ["derive"] }
serde_arrays = "0.1"
serde_json = "1.0"
serial_test = "3.0"
sha2 = "0.10"
Expand Down
5 changes: 1 addition & 4 deletions groth16-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,18 @@ log.workspace = true
plonky2.workspace = true
plonky2x.workspace = true
revm.workspace = true
rlp.workspace = true
serde.workspace = true
serde_json.workspace = true

gnark-utils = { path = "../gnark-utils" }
mp2_common = { path = "../mp2-common" }
recursion_framework = { path = "../recursion-framework" }

[dev-dependencies]
env_logger.workspace = true
itertools.workspace = true
plonky2_ecgfp5.workspace = true
rand.workspace = true
serial_test.workspace = true
sha2.workspace = true

mp2_test = { path = "../mp2-test" }
recursion_framework = { path = "../recursion-framework" }
verifiable-db = { path = "../verifiable-db" }
6 changes: 0 additions & 6 deletions inspect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,12 @@ anyhow.workspace = true
hex.workspace = true
itertools.workspace = true
serde.workspace = true
serde_json.workspace = true


bb8 = "0.8.5"
bb8-postgres = "0.8.1"
clap = { version = "4.5.17", features = ["derive"] }
colored = "2.1.0"
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
postgres-types = {version = "0.2.6", features = ["with-serde_json-1"] }
tabled = { version = "0.16.0", features = ["ansi"] }
tokio = { version = "1.34", features = ["sync", "macros"], default-features = false }
tokio-postgres = { version = "0.7.10", features = ["with-chrono-0_4"] }

ryhope = { path = "../ryhope" }
mp2_v1 = { path = "../mp2-v1" }
4 changes: 0 additions & 4 deletions mp2-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ sha3.workspace = true
ethereum-types = "0.14.1"

[dev-dependencies]
csv.workspace = true
hex.workspace = true
rand.workspace = true
rmp-serde.workspace = true
serde_json.workspace = true
serial_test.workspace = true
tokio.workspace = true
ethers.workspace = true

Expand Down
2 changes: 0 additions & 2 deletions mp2-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ alloy.workspace = true
anyhow.workspace = true
env_logger.workspace = true
eth_trie.workspace = true
ethers.workspace = true
hashbrown.workspace = true
log.workspace = true
plonky2.workspace = true
plonky2_ecgfp5.workspace = true
Expand Down
7 changes: 2 additions & 5 deletions mp2-v1/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ edition = "2021"
[dependencies]
anyhow.workspace = true
bincode.workspace = true
env_logger.workspace = true
eth_trie.workspace = true
hashbrown.workspace = true
alloy.workspace = true
Expand All @@ -19,28 +18,26 @@ plonky2_ecgfp5.workspace = true
rand.workspace = true
rlp.workspace = true
serde.workspace = true
serde_arrays.workspace = true
sha3.workspace = true

mp2_common = { path = "../mp2-common" }
recursion_framework = { path = "../recursion-framework" }
ryhope = { path = "../ryhope" }
verifiable-db = { path = "../verifiable-db" }
derive_more = "0.99.18"
hex.workspace = true
parsil = { path = "../parsil" }
serde_json.workspace = true

[dev-dependencies]
alloy.workspace = true
csv.workspace = true
hex.workspace = true
rmp-serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
serial_test.workspace = true

mp2_test = { path = "../mp2-test" }
parsil = { path = "../parsil" }
env_logger.workspace = true
envconfig = "0.10.0"
test-log = "0.2.16"
jammdb = "0.11.0"
Expand Down
3 changes: 0 additions & 3 deletions parsil/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ alloy.workspace = true
anyhow.workspace = true
camelpaste = "0.1.0"
log.workspace = true
mp2_common = { path = "../mp2-common" }
plonky2.workspace = true
postgres.workspace = true
ryhope = { path = "../ryhope" }
serde.workspace = true
serde_json.workspace = true
Expand Down
4 changes: 1 addition & 3 deletions recursion-framework/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ edition = "2021"
anyhow.workspace = true
log.workspace = true
plonky2.workspace = true
plonky2_crypto.workspace = true
plonky2_ecgfp5.workspace = true
serde.workspace = true

mp2_common = { path = "../mp2-common" }
Expand All @@ -21,4 +19,4 @@ rstest.workspace = true
serial_test.workspace = true

[features]
original_poseidon = ["mp2_common/original_poseidon"]
original_poseidon = ["mp2_common/original_poseidon"]
4 changes: 1 addition & 3 deletions verifiable-db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@ derive_more = "0.99.18"
itertools.workspace = true

[dev-dependencies]
env_logger.workspace = true
futures = "0.3.30"
mp2_test = { path = "../mp2-test" }
rand.workspace = true
serial_test.workspace = true
tokio.workspace = true

[features]
original_poseidon = ["mp2_common/original_poseidon"]
original_poseidon = ["mp2_common/original_poseidon"]

0 comments on commit 04bbfd8

Please sign in to comment.