Cargo Features

[dependencies]
anystore = { version = "0.2.1", default-features = false, features = ["json", "ratelimiter", "airtable", "fs", "redis"] }
default = json

The json feature is set by default whenever anystore is added without default-features = false somewhere in the dependency tree.

json default airtable?

Enables serde and serde_json

Affects located::json, stores::json

ratelimiter airtable?

Affects util::ratelimiter

airtable = json, ratelimiter

Enables impl-tools ^0.6 and reqwest ^0.11

reqwest:

airbase

Affects cloud::airtable

fs

Enables tokio-stream

Affects stores::fs

redis

Enables redis ^0.22