Cargo Features

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

The interactive feature is set by default whenever cpclib-xfertool is added without default-features = false somewhere in the dependency tree.

interactive default = rustyline, rustyline-derive

Affects cpclib-xfertool::interact

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 ^12.0.0

rustyline-derive interactive

Enables rustyline-derive ^0.9.0