mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Reexport the features of sqlite3-sys
This commit is contained in:
parent
45508fb2b6
commit
f33b528538
16
Cargo.toml
16
Cargo.toml
@ -12,14 +12,18 @@ documentation = "https://stainless-steel.github.io/sqlite"
|
||||
homepage = "https://github.com/stainless-steel/sqlite"
|
||||
repository = "https://github.com/stainless-steel/sqlite"
|
||||
|
||||
[features]
|
||||
default = ["standard"]
|
||||
|
||||
standard = ["sqlite3-sys/standard"]
|
||||
sqlcipher = ["sqlite3-sys/sqlcipher"]
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2"
|
||||
sqlite3-sys = "0.6"
|
||||
|
||||
[dependencies.sqlite3-sys]
|
||||
sqlite3-sys = "0.7"
|
||||
default-features = false
|
||||
|
||||
[dev-dependencies]
|
||||
temporary = "0.5"
|
||||
|
||||
[features]
|
||||
# Link sqlite3-sys against sqlcipher, instead of sqlite3,
|
||||
# enabling support for transparent database encryption.
|
||||
sqlcipher = ["sqlite3-sys/sqlcipher"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user