Cargo Features
[dependencies]
iroh-quinn-udp = { version = "0.5.5", default-features = false, features = ["log", "direct-log"] }
- default = log, tracing
-
These default features are set whenever
iroh-quinn-udp
is added without
somewhere in the dependency tree.default-features = false - log default
-
Configure
tracing
to log events vialog
if notracing
subscriber exists. - direct-log
-
Enables log
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.