Cargo Features

[dependencies]
sqlite2parquet = { version = "0.10.2", default-features = false, features = ["cli"] }
default = cli

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

cli default = clap, crossterm, serde_yaml, thousands, tracing-subscriber

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.

clap cli
crossterm cli
serde_yaml cli
thousands cli
tracing-subscriber cli