Cargo Features
[dependencies]
wtransport = { version = "0.4.0", default-features = false, features = ["dangerous-configuration", "quinn", "quinn-log", "self-signed"] }
- default = self-signed
-
The
self-signed
feature is set by default wheneverwtransport
is added without
somewhere in the dependency tree.default-features = false - dangerous-configuration
- quinn quinn-log?
-
Affects
config::QuicTransportConfig
,config::QuicServerConfig
,config::QuicClientConfig
… - quinn-log
-
quinn:
Configure
tracing
to log events vialog
if notracing
subscriber exists. - self-signed default
-
Enables rcgen
Affects
tls::error.InvalidSan
,tls::self_signed
…