Cargo Features

[dependencies]
cpclib-xfertool = { version = "0.8.1", default-features = false, features = ["interactive", "watch"] }
default = interactive, watch

These default features are set whenever cpclib-xfertool is added without default-features = false somewhere in the dependency tree.

interactive default = rustyline, rustyline-derive

Affects cpclib-xfertool::interact

watch default = crossbeam-channel, hotwatch, notify

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.

rustyline interactive
rustyline-derive interactive
notify watch

Enables notify ^6.1.1

crossbeam-channel watch
hotwatch watch