Cargo Features
actyx_sdk has no features set by default.
[dependencies]
actyx_sdk = { version = "0.3.0", features = ["client", "dataflow", "sqlite", "postgresql", "arb", "with-tokio"] }
- client = bytes, rand, reqwest, url
- dataflow = abomonation, abomonation_derive
- sqlite = rusqlite
- postgresql = bytes, postgres-types
- arb = quickcheck, rand
- with-tokio = tokio
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.
- abomonation dataflow?
- abomonation_derive dataflow?
- bytes client? postgresql?
- postgres-types postgresql?
- quickcheck arb?
- rand arb? client?
- reqwest client?
-
Enables reqwest ^0.11.8
- rusqlite sqlite?
-
Enables rusqlite ^0.26.3
- tokio with-tokio?
- url client?