Cargo Features

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

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

auto-register default

Enables inventory, auto-register of rudi-macro-dev

nothing

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-dev default auto-register
tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust