Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

r2d2_sqlite has no features set by default.

[dependencies]
r2d2_sqlite = { version = "0.31.0", features = ["bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl"] }
bundled

Enables bundled of rusqlite

bundled-sqlcipher

Enables bundled-sqlcipher of rusqlite

bundled-sqlcipher-vendored-openssl

Enables bundled-sqlcipher-vendored-openssl of rusqlite

r2d2_sqlite has 3 features without comments.