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
somewhere in the dependency tree.default-features = false - any
-
Enables any of sqlx-core ^0.7
Affects
sqlx-sqlite-cipher::any
… - json
-
Enables json of sqlx-core ^0.7
- offline
-
Enables offline of sqlx-core ^0.7
sqlx-core:
support offline/decoupled building (enables serialization of
Describe
) - migrate default
-
Enables migrate of sqlx-core ^0.7
- 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