[package] edition = "2021" name = "testplan" version = "0.1.0" [dependencies] async-std = {version = "1.10", features = ["attributes", "tokio1"]} env_logger = "0.9.0" if-addrs = "0.7.0" log = "0.4" rand = "0.8" serde_json = "1" soketto = "0.7.1" testground = "0.4.0" thiserror = "1" tokio = { version = "1", default-features = false, features = ["sync", "rt-multi-thread", "macros", "net"] } tokio-stream = { version = "0.1", default-features = false, features = [] } tokio-util = { version = "0.7", default-features = false, features = ["compat"] } futures = "0.3.1" libp2pv0440 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.44.0", optional = true} libp2pv0450 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.45.0", optional = true} libp2pv0460 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.46.0", optional = true} libp2pv0470 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std" ], version = "0.47.0", optional = true} libp2pv0480 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std", "rsa" ], version = "0.48.0", optional = true} libp2pv0490 = {package = "libp2p", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp-async-io", "ping", "noise", "dns-async-std", "rsa" ], version = "0.49.0", optional = true} libp2pmaster = {package = "libp2p", git = "https://github.com/libp2p/rust-libp2p", branch = "master", default_features = false, features = [ "websocket", "mplex", "yamux", "tcp", "ping", "noise", "dns", "async-std", "rsa" ], optional = true}