libsql-sys 0.9.30

Native bindings to libSQL
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "libsql-sys"
version = "0.9.30"
authors = ["the libSQL authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to libSQL"
readme = false
keywords = [
    "libsql",
    "sqlite",
    "ffi",
    "bindings",
    "database",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/tursodatabase/libsql"

[features]
api = ["wal"]
default = ["api"]
encryption = ["libsql-ffi/multiple-ciphers"]
rusqlite = ["dep:rusqlite"]
sqlean-extension-crypto = ["libsql-ffi/sqlean-extension-crypto"]
sqlean-extension-fuzzy = ["libsql-ffi/sqlean-extension-fuzzy"]
sqlean-extension-math = ["libsql-ffi/sqlean-extension-math"]
sqlean-extension-regexp = ["libsql-ffi/sqlean-extension-regexp"]
sqlean-extension-stats = ["libsql-ffi/sqlean-extension-stats"]
sqlean-extension-text = ["libsql-ffi/sqlean-extension-text"]
sqlean-extension-uuid = ["libsql-ffi/sqlean-extension-uuid"]
sqlean-extensions = ["libsql-ffi/sqlean-extensions"]
unix-excl-vfs = []
wal = []
wasmtime-bindings = ["libsql-ffi/wasmtime-bindings"]

[lib]
name = "libsql_sys"
path = "src/lib.rs"

[dependencies.bytes]
version = "1.5.0"

[dependencies.libsql-ffi]
version = "0.9.30"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.rusqlite]
version = "0.9.30"
features = [
    "libsql-experimental",
    "column_decltype",
    "load_extension",
    "modern_sqlite",
    "functions",
    "limits",
    "hooks",
    "trace",
]
optional = true
default-features = false
package = "libsql-rusqlite"

[dependencies.tracing]
version = "0.1.37"

[dependencies.zerocopy]
version = "0.7.28"
features = ["derive"]