Cargo Features

[dependencies]
rstml = { version = "0.11.2", default-features = false, features = ["colors"] }
default = colors

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

colors default

Enables colors of proc-macro2-diagnostics

Rstml has 2 features without comments.