Cargo Features
raiden-state-machine has no features set by default.
[dependencies]
raiden-state-machine = { version = "0.1.0", features = ["storage"] }
- storage = chrono, hex, rusqlite, serde_json, ulid
-
Affects
raiden-state-machine::storage
…
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.
- chrono storage?
- hex storage?
- rusqlite storage?
-
Enables rusqlite ^0.25.3
- serde_json storage?
- ulid storage?
-
Enables ulid ^0.4.1