Cargo Features

VNDB has no features set by default.

[dependencies]
vndb = { version = "0.16.0", features = ["tokio-on", "rustls-on"] }
tokio-on = tokio, tokio-rustls

Enables tokio client

Affects client::tokio, client::Tokio

rustls-on = rustls, webpki-roots

Eanbles rustls

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.

rustls rustls-on?
tokio tokio-on?
tokio-rustls tokio-on?
webpki-roots rustls-on?