Cargo Features
HotFIX has no features set by default.
[dependencies]
hotfix = { version = "0.0.21", features = ["redb", "mongodb", "dynamodb"] }
- redb
-
Enables redb ^1.1.0
Affects
store::redb
… - mongodb
-
Enables mongodb ^2.7
Affects
store::mongodb
… - dynamodb
-
Enables aws-config, aws-sdk-dynamodb ^0.39, and serde_dynamo
Affects
store::dynamodb
…