Cargo Features
[dependencies]
s2n-quic-transport = { version = "0.49.0", default-features = false, features = ["std", "unstable_resumption", "unstable-provider-dc"] }
- default = std
-
The
std
feature is set by default whenevers2n-quic-transport
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of futures-channel
- unstable_resumption
- unstable-provider-dc
s2n-quic-transport has 4 features without comments.