| [package] |
| name = "hole-punching-tests" |
| version = "0.1.0" |
| edition = "2021" |
| publish = false |
| license = "MIT" |
|
|
| [dependencies] |
| anyhow = "1" |
| env_logger = "0.10.2" |
| futures = { workspace = true } |
| libp2p = { path = "../libp2p", features = ["tokio", "dcutr", "identify", "macros", "noise", "ping", "relay", "tcp", "yamux", "quic"] } |
| tracing = { workspace = true } |
| redis = { version = "0.24.0", default-features = false, features = ["tokio-comp"] } |
| tokio = { workspace = true, features = ["full"] } |
| serde = { version = "1.0.203", features = ["derive"] } |
| serde_json = "1.0.117" |
| either = "1.12.0" |
|
|