mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-03 22:33:06 +00:00
Removed unused deps unovered by cargo-udeps
Some deps were moved to `[dev-dependencies]`.
This commit is contained in:
parent
f836e4d912
commit
b34b3875f7
@ -6,7 +6,6 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.40"
|
anyhow = "1.0.40"
|
||||||
env_logger = "0.9.0"
|
|
||||||
eth_trie_utils = "0.4.0"
|
eth_trie_utils = "0.4.0"
|
||||||
ethereum-types = "0.14.0"
|
ethereum-types = "0.14.0"
|
||||||
hex = { version = "0.4.3", optional = true }
|
hex = { version = "0.4.3", optional = true }
|
||||||
@ -23,11 +22,9 @@ plonky2 = { path = "../plonky2", default-features = false, features = ["timing"]
|
|||||||
plonky2_util = { path = "../util" }
|
plonky2_util = { path = "../util" }
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
ripemd = "0.1.3"
|
|
||||||
rlp = "0.5.1"
|
rlp = "0.5.1"
|
||||||
rlp-derive = "0.1.0"
|
rlp-derive = "0.1.0"
|
||||||
serde = { version = "1.0.144", features = ["derive"] }
|
serde = { version = "1.0.144", features = ["derive"] }
|
||||||
sha2 = "0.10.2"
|
|
||||||
static_assertions = "1.1.0"
|
static_assertions = "1.1.0"
|
||||||
tiny-keccak = "2.0.2"
|
tiny-keccak = "2.0.2"
|
||||||
|
|
||||||
@ -36,7 +33,10 @@ jemallocator = "0.5.0"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.4.0"
|
criterion = "0.4.0"
|
||||||
|
env_logger = "0.10.0"
|
||||||
hex = "0.4.3"
|
hex = "0.4.3"
|
||||||
|
ripemd = "0.1.3"
|
||||||
|
sha2 = "0.10.6"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["parallel"]
|
default = ["parallel"]
|
||||||
|
|||||||
@ -6,7 +6,6 @@ edition = "2021"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
anyhow = "1.0.40"
|
anyhow = "1.0.40"
|
||||||
env_logger = "0.9.0"
|
|
||||||
itertools = "0.10.0"
|
itertools = "0.10.0"
|
||||||
log = "0.4.14"
|
log = "0.4.14"
|
||||||
plonky2 = { path = "../plonky2" }
|
plonky2 = { path = "../plonky2" }
|
||||||
@ -17,6 +16,7 @@ starky = { path = "../starky" }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = "0.4.0"
|
criterion = "0.4.0"
|
||||||
|
env_logger = "0.10.0"
|
||||||
|
|
||||||
[[bench]]
|
[[bench]]
|
||||||
name = "lookup_permuted_cols"
|
name = "lookup_permuted_cols"
|
||||||
|
|||||||
@ -4,5 +4,5 @@ description = "Utilities used by Plonky2"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dev-dependencies]
|
||||||
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
|
rand = { version = "0.8.5", default-features = false, features = ["getrandom"] }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user