Cargo Features

[dependencies]
rudi = { version = "0.8.3", default-features = false, features = ["auto-register", "rudi-macro", "tracing"] }
default = auto-register, rudi-macro

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

auto-register default

Enables inventory, auto-register of optional rudi-macro

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.

rudi-macro default
tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust