Cargo Features

[dependencies]
futures-quic = { version = "0.2.8", default-features = false, features = ["with-rasi"] }
default = with-rasi

The with-rasi feature is set by default whenever futures-quic is added without default-features = false somewhere in the dependency tree.

with-rasi default = rand, rasi

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.

rasi with-rasi
rand with-rasi