Cargo Features

[dependencies]
facet-csv = { version = "0.23.3", default-features = false, features = ["std", "alloc", "rich-diagnostics"] }
std default = alloc

Uses libstd and alloc

Enables std of facet-core

alloc std

Enables alloc support

Enables alloc of facet-core, facet-deserialize, and facet-serialize

default = rich-diagnostics, std

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

rich-diagnostics default

Enables rich-diagnostics of facet-deserialize