Cargo Features

Acts has no features set by default.

[dependencies]
acts = { version = "0.13.2", 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?