Cargo Features

btrfs-backup has no features set by default.

[dependencies]
btrfs-backup = { version = "0.2.1", features = ["test", "clap_complete"] }
test = tempfile

Include features relevant for testing.

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_complete implicit feature

Enables clap_complete

clap_complete:

Generate shell completion scripts for your clap::Command

Required by the shell-complete binary

tempfile test?