Cargo Features
[dependencies]
cpclib-imgconverter = { version = "0.9.0", default-features = false, features = ["xferlib", "watch"] }
- default = watch, xferlib
-
These default features are set whenever
cpclib-imgconverter
is added without
somewhere in the dependency tree.default-features = false - xferlib default watch
- watch default = notify, xferlib
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.
- notify watch
-
Enables notify ^6.1.1