Cargo Features

clio has no features set by default.

[dependencies]
clio = { version = "0.3.5", features = ["http", "http-curl", "http-ureq", "clap-parse"] }
http http-curl? http-ureq? = url
http-curl = curl, http, pipe
http-ureq = http, pipe, ureq
clap-parse = clap

Affects clio::clapers

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 http-curl?
ureq http-ureq?
pipe http-curl? http-ureq?
clap clap-parse?
url http?