Cargo Features

[dependencies]
trivet = { version = "2.0.2", default-features = false, features = ["legacy", "no_stall_detection", "no_ucd", "strict"] }
default = legacy

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

legacy default

Affects trivet::parser

no_tracking no_stall_detection
no_ucd

Affects escape_standards::TRIVET_ESCAPES, escape_standards::PYTHON_ESCAPES

uppercase_hex strict