Cargo Features

[dependencies]
pcloud = { version = "1.1.0", default-features = false, features = ["client-http", "client-binary", "protected"] }
default = client-binary, client-http

These default features are set whenever pcloud is added without default-features = false somewhere in the dependency tree.

client-http default = reqwest

Affects pcloud::http, prelude::HttpCommand

client-binary default

Affects pcloud::binary, pcloud::fileops, prelude::BinaryCommand

protected

used to remove tests using credentials from environment variables

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.

reqwest client-http

Enables reqwest ^0.11