Cargo Features

[dependencies]
dts = { version = "0.6.4", default-features = false, features = ["color", "jaq"] }
default = color, jaq

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

color default = bat

Enables color of clap and paging of bat

bat:

Support applying a pager on the output

Affects args::Options.list_themes, args::OutputOptions.color, args::OutputOptions.theme

jaq default = jaq-core, jaq-interpret, jaq-parse, jaq-std

Affects args::TransformOptions

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.

jaq-core jaq
jaq-interpret jaq
jaq-parse jaq
jaq-std jaq
bat color