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

xferlib default watch

Enables xferlib of cpclib

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