Cargo Features
[dependencies]
versatiles_core = { version = "0.13.0", default-features = false, features = ["cli", "test"] }
- default = cli
-
The
cli
feature is set by default wheneverversatiles_core
is added without
somewhere in the dependency tree.default-features = false - cli default
-
Enables clap, colored, and indicatif
Affects
tiles_reader::TilesReaderTrait.probe
,tiles_reader::TilesReaderTrait.probe_parameters
,tiles_reader::TilesReaderTrait.probe_container
,tiles_reader::TilesReaderTrait.probe_tiles
,tiles_reader::TilesReaderTrait.probe_tile_contents
… - test