Cargo Features

r2d2_sqlite has no features set by default.

[dependencies]
r2d2_sqlite = { version = "0.24.0", features = ["bundled", "bundled-sqlcipher"] }
bundled

Enables bundled of rusqlite

bundled-sqlcipher

Enables bundled-sqlcipher of rusqlite

r2d2_sqlite has 2 features without comments.