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 whenevercargo-docset
is added without
somewhere in the dependency tree.default-features = false - bundled-sqlite
-
Enables bundled of rusqlite ^0.28
- color default = atty, termcolor
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.