Skip to content

Commit f0c512d

Browse files
Remove unused dependencies (#95)
1 parent afd2fd5 commit f0c512d

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

Cargo.lock

-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

-9
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ repository = "https://github.com/Cardinal-Cryptography/zkOS-monorepo"
1313

1414
[workspace.dependencies]
1515
alloy-contract = { version = "0.9.1" }
16-
alloy-eips = { version = "0.9.1" }
1716
alloy-network = { version = "0.9.1" }
1817
alloy-primitives = { version = "0.8.15" }
1918
alloy-provider = { version = "0.9.1" }
@@ -30,38 +29,30 @@ axum = { version = "0.7.7" }
3029
byteorder = { version = "1.4.3" }
3130
chacha20poly1305 = { version = "0.10.1", default-features = false }
3231
clap = { version = "4.5.8" }
33-
console_error_panic_hook = { version = "0.1.7" }
3432
getrandom = { version = "0.2" }
3533
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2", tag = "v0.3.0", default-features = false }
3634
halo2curves = { version = "0.6.0", default-features = false }
3735
hex = { version = "0.4.3" }
3836
inquire = { version = "0.7.5" }
3937
itertools = { version = "0.13.0" }
40-
lazy_static = { version = "1.5.0" }
41-
log = { version = "0.4.22" }
4238
metrics = { version = "0.24.1", default-features = false }
4339
metrics-exporter-prometheus = { version = "0.16.0", default-features = false }
4440
num-bigint = { version = "0.4.3" }
4541
openssl = { version = "0.10.59" }
4642
rand = { version = "0.8.5" }
47-
rand_chacha = { version = "0.3.1" }
48-
rand_core = { version = "0.6.4" }
4943
rayon = { version = "1.8" }
5044
reqwest = { version = "0.12.5" }
5145
revm = { version = "18.0.0", default-features = false }
5246
revm-primitives = { version = "14.0.0", default-features = false }
5347
rstest = "0.23.0"
5448
ruint = { version = "1" }
5549
rust-argon2 = { version = "2.1.0" }
56-
secp256k1 = { version = "0.30.0" }
5750
serde = { version = "1.0.203" }
5851
serde_json = { version = "1.0.120" }
59-
sha2 = { version = "0.10.8" }
6052
sha3 = { version = "0.10" }
6153
shellexpand = { version = "3.1.0" }
6254
# https://github.com/Cardinal-Cryptography/zkOS-circuits/tree/7743b2f084d80685041c1b16718e6388226e9631
6355
shielder-circuits = { git = "ssh://[email protected]/Cardinal-Cryptography/zkOS-circuits", rev = "7743b2f" }
64-
static_assertions = { version = "1.1.0" }
6556
testcontainers = { version = "0.19.0" }
6657
thiserror = { version = "2.0.9" }
6758
tokio = { version = "1.38.0" }

crates/shielder-contract/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ alloy-rpc-types = { workspace = true }
1717
alloy-signer-local = { workspace = true }
1818
alloy-sol-types = { workspace = true }
1919
alloy-transport = { workspace = true }
20-
anyhow = { workspace = true }
21-
log = { workspace = true }
2220
rand = { workspace = true, features = ["small_rng"] }
2321
thiserror = { workspace = true }
2422
shielder-setup = { workspace = true }

crates/shielder_bindings/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@ alloy-primitives = { workspace = true }
1818
getrandom = { workspace = true, optional = true }
1919
halo2_proofs = { workspace = true }
2020
rand = { workspace = true, features = ["small_rng"] }
21-
rand_chacha = { workspace = true }
22-
rand_core = { workspace = true }
2321
rayon = { workspace = true, optional = true }
2422
shielder-account = { workspace = true }
2523
shielder-circuits = { workspace = true }
26-
shielder-setup = { workspace = true }
2724
thiserror = { workspace = true }
2825
type-conversions = { workspace = true }
2926
uniffi = { workspace = true, features = ["cli"], optional = true }

crates/test-ts-conversions/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ clap = { workspace = true, features = ["derive"] }
1313
halo2_proofs = { workspace = true }
1414
shielder-account = { workspace = true }
1515
shielder-circuits = { workspace = true }
16-
shielder-setup = { workspace = true }
1716
type-conversions = { workspace = true }

0 commit comments

Comments
 (0)