Cargo Features

[dependencies]
cpclib = { version = "0.10.0", default-features = false, features = ["xferlib", "cmdline", "log", "path-absolutize", "time"] }
default = xferlib

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

xferlib default = cpclib-xfer
cmdline

Enables cmdline of cpclib-common

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.

cpclib-xfer xferlib
log implicit feature

Enables log

log:

A lightweight logging facade for Rust

path-absolutize implicit feature
time implicit feature