Cargo Features

[dependencies]
greentic-state = { version = "0.4.3", default-features = false, features = ["redis", "schema"] }
default = redis

The redis feature is set by default whenever greentic-state is added without default-features = false somewhere in the dependency tree.

redis default

Enables redis

Affects error::from_redis, greentic-state::redis_store

schema

Enables schemars, schemars of greentic-types