[package]
edition = "2021"
name = "libdoltlite-sys"
version = "0.38.3"
authors = ["Chris Mitchell"]
build = "build.rs"
links = "doltlite"
exclude = ["**/*.sh"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native bindings to the DoltLite SQLite-compatible library"
readme = "README.md"
keywords = [
"sqlite",
"doltlite",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/chris7/rusqdoltlite"
[features]
buildtime_bindgen = [
"bindgen",
"pkg-config",
"vcpkg",
]
bundled = [
"cc",
"bundled_bindings",
]
bundled-windows = [
"cc",
"bundled_bindings",
]
bundled_bindings = []
column_metadata = []
default = ["min_sqlite_version_3_34_1"]
in_gecko = []
loadable_extension = [
"prettyplease",
"quote",
"syn",
]
min_sqlite_version_3_34_1 = [
"pkg-config",
"vcpkg",
]
preupdate_hook = ["buildtime_bindgen"]
session = [
"preupdate_hook",
"buildtime_bindgen",
]
unlock_notify = []
wasm32-wasi-vfs = []
with-asan = []
[lib]
name = "libdoltlite_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72"
features = ["runtime"]
optional = true
default-features = false
[build-dependencies.cc]
version = "1.2.27"
optional = true
[build-dependencies.pkg-config]
version = "0.3.19"
optional = true
[build-dependencies.prettyplease]
version = "0.2.20"
optional = true
[build-dependencies.quote]
version = "1.0.36"
optional = true
default-features = false
[build-dependencies.syn]
version = "2.0.89"
features = [
"full",
"extra-traits",
"visit-mut",
]
optional = true
[build-dependencies.vcpkg]
version = "0.2.15"
optional = true