Cargo Features

[dependencies]
dts = { version = "0.6.0", 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 ^0.22.1

bat:

Support applying a pager on the output

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

jaq default = jaq-core, 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

Enables jaq-core ^0.10.0

jaq-std jaq

Enables jaq-std ^0.10.0

bat color

Enables bat ^0.22.1