Cargo Features
AWAUR has no features set by default.
[dependencies]
awaur = { version = "0.2.1", features = ["paginator", "endpoints", "serde-as-wrapper", "serde-with-base62", "serde-with-json-string"] }
- paginator
-
Feature to enable asynchronous paginator
Enables async-trait and futures-core
futures-core:
Dependencies for feature "paginator"
Affects
awaur::paginator
… - endpoints
-
Feature to construct the bodies of functions that make requests to REST endpoints
thiserror:
Dependencies for feature "endpoints"
and futures-lite ^1, http ^0.2, serde, serde_json, serde_path_to_error, and serde_qs ^0.9
serde:
"endpoints" and "serde-with"
Affects
awaur::endpoints
… - serde-as-wrapper
-
Enable
serde_with::serde_as
supportEnables serde and serde_with ^1
serde_with:
Dependencies for feature "serde-with"
- serde-with-base62
-
Features for
#[serde(with = "...")]
extensionsAffects
serde_with::base62
,awaur::serde_with
… - serde-with-json-string
-
Enables serde and serde_json
Affects
serde_with::json_string
,awaur::serde_with
…