Cargo Features
[dependencies]
rasi-ext = { version = "0.1.11", default-features = false, features = ["event_map", "udp_group", "quic", "sync_parking_lot", "tls", "http_support"] }
- default = http_support, quic, sync_parking_lot, tls
-
These default features are set whenever
rasi-ext
is added without
somewhere in the dependency tree.default-features = false - event_map quic
-
Affects
future::event_map
… - udp_group quic = bytes, rand
-
Affects
net::udp_group
… - quic default = event_map, quiche, ring, udp_group
-
Affects
net::quic
… - sync_parking_lot default = parking_lot
- tls default = boring
-
Affects
net::tls
… - http_support default = http, serde, serde_json, thiserror
-
Affects
net::http
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.