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
somewhere in the dependency tree.default-features = false - 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.