Cargo Features

[dependencies]
cpclib-xfertool = { version = "0.9.0", 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

Enables rustyline ^14.0.0

rustyline-derive interactive

Enables rustyline-derive ^0.10.0

notify watch

Enables notify ^6.1.1

crossbeam-channel watch
hotwatch watch