Cargo Features

libp2p-quic has no features set by default.

[dependencies]
libp2p-quic = { version = "0.10.2", features = ["tokio", "async-std"] }
tokio

Enables tokio, tokio of if-watch, runtime-tokio of quinn

Affects provider::tokio

async-std

Enables async-std, smol of if-watch, runtime-async-std of quinn

Affects provider::async_std