Cargo Features

Rusqlcipher has no features set by default.

[dependencies]
rusqlcipher = { version = "0.14.9", features = ["load_extension", "backup", "blob", "functions", "trace", "bundled", "buildtime_bindgen", "limits", "hooks", "sqlcipher", "chrono", "serde_json"] }
load_extension
backup

Enables min_sqlite_version_3_6_11 of libsqlcipher-sys

Affects rusqlcipher::backup

blob

Enables min_sqlite_version_3_7_4 of libsqlcipher-sys

Affects rusqlcipher::blob

functions

Enables min_sqlite_version_3_7_3 of libsqlcipher-sys

Affects rusqlcipher::functions

trace

Enables min_sqlite_version_3_6_23 of libsqlcipher-sys

Affects rusqlcipher::trace

bundled

Enables bundled of libsqlcipher-sys

buildtime_bindgen

Enables buildtime_bindgen of libsqlcipher-sys

limits

Affects rusqlcipher::limits

hooks
sqlcipher

Enables sqlcipher of libsqlcipher-sys

Features from optional dependencies

chrono implicit feature

Enables chrono

chrono:

Date and time library for Rust

serde_json implicit feature

Enables serde_json

serde_json:

A JSON serialization file format