Cargo Features

[dependencies]
cargo-docset = { version = "0.3.1", default-features = false, features = ["bundled-sqlite", "color"] }
default = color

The color feature is set by default whenever cargo-docset is added without default-features = false somewhere in the dependency tree.

bundled-sqlite

Enables bundled of rusqlite ^0.28

color default = atty, termcolor

Enables color of clap ^3.2

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.

atty color
termcolor color