Cargo Features

Resonite has no features set by default.

[dependencies]
resonite = { version = "0.0.0-alpha.0", features = ["api_client", "debug"] }
api_client = async-trait, governor, reqwest, tokio

Enables reqwest of racal

API client specifics

Affects resonite::api_client

debug

By default we allows deserializing some things partially even with errors.
Like skipping array entries with errors, which is not wanted for tests though.

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.

governor api_client?
tokio api_client?
async-trait api_client?
reqwest api_client?

Enables reqwest ^0.11