Cargo Features
[dependencies]
dts = { version = "0.6.5", default-features = false, features = ["color", "jaq"] }
- default = color, jaq
-
These default features are set whenever
dts
is added without
somewhere in the dependency tree.default-features = false - 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.