Cargo Features

[dependencies]
rotbuf = { version = "0.0.3", default-features = false, features = ["DEBUG_TRACING"] }
default = DEBUG_TRACING

The DEBUG_TRACING feature is set by default whenever rotbuf is added without default-features = false somewhere in the dependency tree.

DEBUG_TRACING default

RotBuf has 2 features without comments.