Cargo Features
acts-next has no features set by default.
[dependencies]
acts-next = { version = "0.14.3", features = ["store"] }
- store = r2d2, r2d2_sqlite, rusqlite
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.
- r2d2 store?
- r2d2_sqlite store?
- rusqlite store?
-
Enables rusqlite ^0.34