Cargo Features
[dependencies]
rust-dropbox = { version = "0.2.8", default-features = false, features = ["non-blocking", "blocking"] }
- default = blocking
-
The
blocking
feature is set by default wheneverrust-dropbox
is added without
somewhere in the dependency tree.default-features = false - non-blocking = async-trait, reqwest
-
Affects
client::AsyncDBXClient
… - blocking default = ureq
-
Affects
client::DBXClient
…
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.