Cargo Features

opentalk-types-signaling-legal-vote has no features set by default.

[dependencies]
opentalk-types-signaling-legal-vote = { version = "0.1.0", features = ["backend", "frontend", "redis", "serde"] }
backend = rand, redis, serde
frontend = serde
redis backend? = serde

Enables redis-args

serde backend? frontend? redis?

Enables serde and serde_json, serde of chrono and opentalk-types-signaling

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand backend?