Cargo Features

[dependencies]
versatiles_core = { version = "0.13.0", default-features = false, features = ["cli", "test"] }
default = cli

The cli feature is set by default whenever versatiles_core is added without default-features = false somewhere in the dependency tree.

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