Cargo Features
[dependencies]
mdbook_ls = { version = "0.0.3", default-features = false, features = ["build-binary"] }
- default = build-binary
-
The
build-binary
feature is set by default whenevermdbook_ls
is added without
somewhere in the dependency tree.default-features = false - build-binary default
-
Enables clap
Required by the mdbook-ls binary