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 ^0.24.0
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
-
Enables jaq-core ^1.4.0
- jaq-interpret jaq
- jaq-parse jaq
- jaq-std jaq
-
Enables jaq-std ^1.4.0
- bat color
-
Enables bat ^0.24.0