Cargo Features

[dependencies]
cpclib = { version = "0.7.0", default-features = false, features = ["xferlib", "cmdline", "log", "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 = curl, path-absolutize, reqwest
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.

curl xferlib
log implicit feature

Enables log

log:

A lightweight logging facade for Rust

path-absolutize xferlib
reqwest xferlib

Enables reqwest ^0.11.18

time implicit feature