Cargo Features
VRC has no features set by default.
[dependencies]
vrc = { version = "0.5.0", features = ["api_client", "tokio"] }
- api_client = async-trait, base64, governor, percent-encoding, reqwest
-
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?
-
Enables governor ^0.6
- 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?
- async-trait api_client?
- reqwest api_client?