Cargo Features
actyxos_sdk has no features set by default.
[dependencies]
actyxos_sdk = { version = "0.6.0", features = ["client", "dataflow", "sqlite", "postgresql"] }
- client = bytes, futures, reqwest, url
- dataflow = abomonation, abomonation_derive
- sqlite = rusqlite
- postgresql = bytes, postgres-types
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?
- futures client?
- postgres-types postgresql?
- reqwest client?
-
Enables reqwest ~0.11
- rusqlite sqlite?
-
Enables rusqlite ^0.24
- url client?