Cargo Features
[dependencies]
rspamd-client = { version = "0.2.0", default-features = false, features = ["sync", "async", "ureq"] }
- default = async
-
The
async
feature is set by default wheneverrspamd-client
is added without
somewhere in the dependency tree.default-features = false - sync = attohttpc
-
Enables is_sync of maybe-async
Affects
backend::sync_client
… - async default = reqwest, tokio
-
Affects
async_client::async_client
,backend::async_client
,traits::StreamItem
,traits::DataStream
,traits::ResponseDataStream
…
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.