Cargo Features

[dependencies]
iroh-quinn-udp = { version = "0.5.4", default-features = false, features = ["log", "direct-log"] }
default = log, tracing

These default features are set whenever iroh-quinn-udp is added without default-features = false somewhere in the dependency tree.

log default

Configure tracing to log events via log if no tracing subscriber exists.

Enables log of tracing

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.

tracing default log