Cargo Features

[dependencies]
roci = { version = "0.4.0", default-features = false, features = ["std", "csv", "tokio"] }
default = csv, std

These default features are set whenever roci is added without default-features = false somewhere in the dependency tree.

std default tokio?

Enables std of impeller

Affects roci::metadata

csv default = serde

Enables csv

Affects roci::csv

tokio = fastrand, std, tokio-stream, tokio-util

Enables std and tokio of impeller and tokio

async

Affects roci::tokio

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.

tokio-stream tokio?
tokio-util tokio?
fastrand tokio?
serde csv