Cargo Features

build-fs-tree has no features set by default.

[dependencies]
build-fs-tree = { version = "0.6.0", features = ["cli", "cli-completions"] }
cli cli-completions? = clap-utilities

Enables derive of clap

Affects build-fs-tree::program

Required by the binary

cli-completions = cli

Affects program::completions

Required by the build-fs-tree-completions binary

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?
clap-utilities cli?