Skip to content

Commit

Permalink
chore: remove async-std deps from transport/quic
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyasmohd authored Feb 2, 2025
1 parent 481e443 commit 2af2877
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions transports/quic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repository = "https://github.com/libp2p/rust-libp2p"
license = "MIT"

[dependencies]
async-std = { version = "1.12.0", optional = true }
futures = { workspace = true }
futures-timer = "3.0.3"
if-watch = { workspace = true }
Expand All @@ -27,15 +26,13 @@ ring = { workspace = true }

[features]
tokio = ["dep:tokio", "if-watch/tokio", "quinn/runtime-tokio"]
async-std = ["dep:async-std", "if-watch/smol", "quinn/runtime-async-std"]

# Passing arguments to the docsrs builder in order to properly document cfg's.
# More information: https://docs.rs/about/builds#cross-compiling
[package.metadata.docs.rs]
all-features = true

[dev-dependencies]
async-std = { version = "1.12.0", features = ["attributes"] }
libp2p-identity = { workspace = true, features = ["rand"] }
libp2p-muxer-test-harness = { path = "../../muxers/test-harness" }
libp2p-noise = { workspace = true }
Expand Down

0 comments on commit 2af2877

Please sign in to comment.