Cargo Features
[dependencies]
greentic-state = { version = "0.4.3", default-features = false, features = ["redis", "schema"] }
- default = redis
-
The
redisfeature is set by default whenevergreentic-stateis added withoutsomewhere in the dependency tree.default-features = false - redis default
-
Enables redis
Affects
error::from_redis,greentic-state::redis_store… - schema
-
Enables schemars, schemars of greentic-types