Skip to content

Commit

Permalink
Remove unused dependencies (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 authored Jan 17, 2025
1 parent afd2fd5 commit f0c512d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 21 deletions.
6 changes: 0 additions & 6 deletions Cargo.lock

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

9 changes: 0 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ repository = "https://github.com/Cardinal-Cryptography/zkOS-monorepo"

[workspace.dependencies]
alloy-contract = { version = "0.9.1" }
alloy-eips = { version = "0.9.1" }
alloy-network = { version = "0.9.1" }
alloy-primitives = { version = "0.8.15" }
alloy-provider = { version = "0.9.1" }
Expand All @@ -30,38 +29,30 @@ axum = { version = "0.7.7" }
byteorder = { version = "1.4.3" }
chacha20poly1305 = { version = "0.10.1", default-features = false }
clap = { version = "4.5.8" }
console_error_panic_hook = { version = "0.1.7" }
getrandom = { version = "0.2" }
halo2_proofs = { git = "https://github.com/privacy-scaling-explorations/halo2", tag = "v0.3.0", default-features = false }
halo2curves = { version = "0.6.0", default-features = false }
hex = { version = "0.4.3" }
inquire = { version = "0.7.5" }
itertools = { version = "0.13.0" }
lazy_static = { version = "1.5.0" }
log = { version = "0.4.22" }
metrics = { version = "0.24.1", default-features = false }
metrics-exporter-prometheus = { version = "0.16.0", default-features = false }
num-bigint = { version = "0.4.3" }
openssl = { version = "0.10.59" }
rand = { version = "0.8.5" }
rand_chacha = { version = "0.3.1" }
rand_core = { version = "0.6.4" }
rayon = { version = "1.8" }
reqwest = { version = "0.12.5" }
revm = { version = "18.0.0", default-features = false }
revm-primitives = { version = "14.0.0", default-features = false }
rstest = "0.23.0"
ruint = { version = "1" }
rust-argon2 = { version = "2.1.0" }
secp256k1 = { version = "0.30.0" }
serde = { version = "1.0.203" }
serde_json = { version = "1.0.120" }
sha2 = { version = "0.10.8" }
sha3 = { version = "0.10" }
shellexpand = { version = "3.1.0" }
# https://github.com/Cardinal-Cryptography/zkOS-circuits/tree/7743b2f084d80685041c1b16718e6388226e9631
shielder-circuits = { git = "ssh://[email protected]/Cardinal-Cryptography/zkOS-circuits", rev = "7743b2f" }
static_assertions = { version = "1.1.0" }
testcontainers = { version = "0.19.0" }
thiserror = { version = "2.0.9" }
tokio = { version = "1.38.0" }
Expand Down
2 changes: 0 additions & 2 deletions crates/shielder-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ alloy-rpc-types = { workspace = true }
alloy-signer-local = { workspace = true }
alloy-sol-types = { workspace = true }
alloy-transport = { workspace = true }
anyhow = { workspace = true }
log = { workspace = true }
rand = { workspace = true, features = ["small_rng"] }
thiserror = { workspace = true }
shielder-setup = { workspace = true }
Expand Down
3 changes: 0 additions & 3 deletions crates/shielder_bindings/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ alloy-primitives = { workspace = true }
getrandom = { workspace = true, optional = true }
halo2_proofs = { workspace = true }
rand = { workspace = true, features = ["small_rng"] }
rand_chacha = { workspace = true }
rand_core = { workspace = true }
rayon = { workspace = true, optional = true }
shielder-account = { workspace = true }
shielder-circuits = { workspace = true }
shielder-setup = { workspace = true }
thiserror = { workspace = true }
type-conversions = { workspace = true }
uniffi = { workspace = true, features = ["cli"], optional = true }
Expand Down
1 change: 0 additions & 1 deletion crates/test-ts-conversions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ clap = { workspace = true, features = ["derive"] }
halo2_proofs = { workspace = true }
shielder-account = { workspace = true }
shielder-circuits = { workspace = true }
shielder-setup = { workspace = true }
type-conversions = { workspace = true }

0 comments on commit f0c512d

Please sign in to comment.