Cargo Features

asknothingx2-util has no features set by default.

[dependencies]
asknothingx2-util = { version = "0.0.28", features = ["full", "oauth", "api", "serde"] }
full = api, oauth, serde
oauth full? = oauth2

Affects asknothingx2-util::oauth

api full? = bytes, http, reqwest, serde_json

Affects asknothingx2-util::api

serde full?

Affects asknothingx2-util::serde

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.

bytes api?
http api?
oauth2 oauth?
reqwest api?
serde_json api?