Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkuu committed Feb 5, 2020
1 parent c73a175 commit 0d93a4e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions core/Cargo.toml
Expand Up @@ -36,10 +36,8 @@ zeroize = "1"

[target.'cfg(not(any(target_os = "emscripten", target_os = "unknown")))'.dependencies]
ring = { version = "0.16.9", features = ["alloc", "std"], default-features = false }
untrusted = "0.7.0"

[dev-dependencies]
assert_matches = "1.3"
async-std = "1.0"
libp2p-mplex = { version = "0.15.0", path = "../muxers/mplex" }
libp2p-secio = { version = "0.15.0", path = "../protocols/secio" }
Expand Down
1 change: 0 additions & 1 deletion muxers/yamux/Cargo.toml
Expand Up @@ -12,7 +12,6 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
futures = "0.3.1"
libp2p-core = { version = "0.15.0", path = "../../core" }
log = "0.4.8"
parking_lot = "0.10"
thiserror = "1.0"
yamux = "0.4.1"
1 change: 0 additions & 1 deletion protocols/floodsub/Cargo.toml
Expand Up @@ -10,7 +10,6 @@ keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
bs58 = "0.3.0"
cuckoofilter = "0.3.2"
fnv = "1.0"
futures = "0.3.1"
Expand Down
1 change: 0 additions & 1 deletion protocols/gossipsub/Cargo.toml
Expand Up @@ -12,7 +12,6 @@ categories = ["network-programming", "asynchronous"]
[dependencies]
libp2p-swarm = { version = "0.5.0", path = "../../swarm" }
libp2p-core = { version = "0.15.0", path = "../../core" }
bs58 = "0.3.0"
bytes = "0.5.4"
byteorder = "1.3.2"
fnv = "1.0.6"
Expand Down
3 changes: 0 additions & 3 deletions protocols/pnet/Cargo.toml
Expand Up @@ -11,14 +11,11 @@ categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.1"
libp2p-core = { version = "0.15.0", path = "../../core" }
log = "0.4.8"
salsa20 = "0.3.0"
sha3 = "0.8"
rand = "0.7"
pin-project = "0.4.6"

[dev-dependencies]
env_logger = "0.7.1"
quickcheck = "0.9.0"
futures-timer = "3.0"

0 comments on commit 0d93a4e

Please sign in to comment.