libsql-ffi 0.10.0-pre.1

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-ffi"
version = "0.10.0-pre.1"
authors = ["the libSQL authors"]
build = "build.rs"
exclude = [
    "bundled/SQLite3MultipleCiphers/build",
    "bundled/SQLite3MultipleCiphers/test",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to libSQL"
readme = false
license = "MIT"
repository = "https://github.com/tursodatabase/libsql"
resolver = "3"

[features]
bundled-sqlcipher = []
bundled-sqlcipher-vendored-openssl = []
libsql-checkpoint-only-full = []
libsql-disable-checkpoint-downgrade = []
multiple-ciphers = []
preupdate_hook = []
session = []
sqlcipher = []
sqlean-extension-crypto = []
sqlean-extension-fuzzy = []
sqlean-extension-math = []
sqlean-extension-regexp = []
sqlean-extension-stats = []
sqlean-extension-text = []
sqlean-extension-uuid = []
sqlean-extensions = [
    "sqlean-extension-uuid",
    "sqlean-extension-crypto",
    "sqlean-extension-fuzzy",
    "sqlean-extension-math",
    "sqlean-extension-stats",
    "sqlean-extension-text",
    "sqlean-extension-regexp",
]
unlock_notify = []
wasm32-wasi-vfs = []
wasmtime-bindings = ["dep:libsql-wasmtime-bindings"]
with-asan = []

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

[dependencies.libsql-wasmtime-bindings]
version = "0.2.1"
optional = true

[build-dependencies.bindgen]
version = "0.66.1"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.cmake]
version = "0.1.54"

[build-dependencies.glob]
version = "0.3"