Cargo Features

[dependencies]
csv-async = { version = "1.3.0", default-features = false, features = ["with_serde", "tokio"] }
default = with_serde

This is default set

with_serde dev default = itoa, ryu, serde

Enables serde of bstr

Affects async_readers::ades_futures, async_writers::mwtr_serde, async_writers::aser_futures, async_readers::ades_tokio, async_writers::aser_tokio

tokio = tokio-stream, tokio1

Affects async_readers::ades_tokio, async_writers::aser_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.

itoa with_serde
ryu with_serde
serde with_serde
tokio1 tokio?

Enables tokio

tokio-stream tokio?