Cargo Features

Resonite has no features set by default.

[dependencies]
resonite = { version = "0.4.0", features = ["http_client", "signalr_client", "rand_util", "borsh"] }
http_client signalr_client? = async-trait, governor, reqwest, tokio

Enables reqwest of racal

API client specifics

Affects resonite::api_client

signalr_client = async-trait, ezsockets, http, http_client, rustls, tokio, tokio-stream
rand_util = nanorand

Affects util::random_ascii_string

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.

nanorand rand_util?
governor http_client?
tokio http_client? signalr_client?
tokio-stream signalr_client?
http signalr_client?
async-trait http_client? signalr_client?
borsh implicit feature

Enables borsh

borsh:

Binary Object Representation Serializer for Hashing

Affects util::borsh

rustls signalr_client?

Enables rustls

Work around ezsockets not instantiating TLS provider properly

ezsockets signalr_client?
reqwest http_client?