Cargo Features

[dependencies]
csv-partial-cache = { version = "0.2.0", default-features = false, features = ["cache"] }
default = cache

The cache feature is set by default whenever csv-partial-cache is added without default-features = false somewhere in the dependency tree.

cache default

Enables serde_json

CsvPartialCache has 2 features without comments.