Cargo Features

hc_r2d2_sqlite has no features set by default.

[dependencies]
hc_r2d2_sqlite = { version = "0.25.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

hc_r2d2_sqlite has 3 features without comments.