Cargo Features

VRC has no features set by default.

[dependencies]
vrc = { version = "0.3.0", features = ["api_client", "tokio"] }
api_client = async-trait, base64, governor, percent-encoding, reqwest

Enables reqwest of racal

API client specifics

Affects vrc::api_client

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 implicit feature

Enables tokio

tokio:

An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications

percent-encoding api_client?
base64 api_client?

Enables base64 ^0.21

async-trait api_client?
reqwest api_client?

Enables reqwest ^0.11