Cargo Features

[dependencies]
tracing-print = { version = "0.0.3", default-features = false, features = ["ansi"] }
default = ansi

The ansi feature is set by default whenever tracing-print is added without default-features = false somewhere in the dependency tree.

ansi default

Enables yansi

tracing-print has 2 features without comments.