Cargo Features

[dependencies]
sqlx-sqlite-cipher = { version = "0.7.8", default-features = false, features = ["any", "json", "offline", "migrate", "chrono", "regexp", "sqlcipher", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "time", "uuid"] }
default = chrono, migrate

These default features are set whenever sqlx-sqlite-cipher is added without default-features = false somewhere in the dependency tree.

any

Enables any of sqlx-core

Affects sqlx-sqlite-cipher::any

json

Enables json of sqlx-core

offline

Enables offline of sqlx-core

sqlx-core:

support offline/decoupled building (enables serialization of Describe)

migrate default

Enables migrate of sqlx-core

chrono default

Enables chrono

regexp

Enables regex

sqlcipher bundled-sqlcipher? bundled-sqlcipher-vendored-openssl?

Enables sqlcipher of libsqlite3-sys ^0.27.0

bundled-sqlcipher = sqlcipher

Enables bundled-sqlcipher of libsqlite3-sys ^0.27.0

bundled-sqlcipher-vendored-openssl = sqlcipher

Enables bundled-sqlcipher-vendored-openssl of libsqlite3-sys ^0.27.0

Features from optional dependencies

time implicit feature
uuid implicit feature

Enables uuid

uuid:

A library to generate and parse UUIDs