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 default-features = false somewhere in the dependency tree.

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.

parking_lot sync_parking_lot
quiche quic

Enables quiche ^0.20.0

bytes udp_group?
rand udp_group?
ring quic
boring tls
http http_support
thiserror http_support
serde http_support
serde_json http_support