Cargo Features

[dependencies]
uploadcare = { version = "0.2.1", default-features = false, features = ["full", "rest", "upload"] }
default = full

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

full default = rest, upload
rest full

Affects uploadcare::conversion, uploadcare::file, uploadcare::group, uploadcare::project, uploadcare::webhook, ucare::rest

upload full

Affects uploadcare::upload, ucare::upload