don't use default features to drop some dependencies (#5658)

This commit is contained in:
Nikolay Volf
2020-04-16 13:08:16 +03:00
committed by GitHub
parent 4db45a85de
commit 84991146e3
2 changed files with 1 additions and 31 deletions
-30
View File
@@ -1220,33 +1220,6 @@ dependencies = [
"libc",
]
[[package]]
name = "ethbloom"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e7abcddbdd5db30aeed4deb586adc4824e6c247e2f7238d1187f752893f096b"
dependencies = [
"crunchy",
"fixed-hash",
"impl-rlp",
"impl-serde 0.3.0",
"tiny-keccak 2.0.2",
]
[[package]]
name = "ethereum-types"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "964c23cdee0ca07d5be2a628b46d5c11a2134ce554a8c16d8dbc2db647e4fd4d"
dependencies = [
"ethbloom",
"fixed-hash",
"impl-rlp",
"impl-serde 0.3.0",
"primitive-types",
"uint",
]
[[package]]
name = "evm"
version = "0.16.1"
@@ -4788,10 +4761,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e42755f26e5ea21a6a819d9e63cbd70713e9867a2b767ec2cc65ca7659532c5"
dependencies = [
"cfg-if",
"ethereum-types",
"hashbrown",
"impl-trait-for-tuples",
"lru",
"parity-util-mem-derive",
"parking_lot 0.10.2",
"primitive-types",