Source code

Revision control

Copy as Markdown

Other Tools

# 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 = "libsqlite3-sys"
version = "0.27.0"
authors = ["The rusqlite developers"]
build = "build.rs"
links = "sqlite3"
description = "Native bindings to the libsqlite3 library"
readme = "README.md"
keywords = [
"sqlite",
"sqlcipher",
"ffi",
]
categories = ["external-ffi-bindings"]
license = "MIT"
[dependencies.openssl-sys]
version = "0.9"
optional = true
[build-dependencies.bindgen]
version = "0.69"
features = ["runtime"]
optional = true
default-features = false
[build-dependencies.cc]
version = "1.0"
optional = true
[build-dependencies.pkg-config]
version = "0.3.19"
optional = true
[build-dependencies.prettyplease]
version = "0.2"
optional = true
[build-dependencies.quote]
version = "1"
optional = true
default-features = false
[build-dependencies.syn]
version = "2.0"
features = [
"full",
"extra-traits",
"visit-mut",
]
optional = true
[build-dependencies.vcpkg]
version = "0.2"
optional = true
[features]
buildtime_bindgen = [
"bindgen",
"pkg-config",
"vcpkg",
]
bundled = [
"cc",
"bundled_bindings",
]
bundled-sqlcipher = ["bundled"]
bundled-sqlcipher-vendored-openssl = [
"bundled-sqlcipher",
"openssl-sys/vendored",
]
bundled-windows = [
"cc",
"bundled_bindings",
]
bundled_bindings = []
default = ["min_sqlite_version_3_14_0"]
in_gecko = []
loadable_extension = [
"prettyplease",
"quote",
"syn",
]
min_sqlite_version_3_14_0 = [
"pkg-config",
"vcpkg",
]
preupdate_hook = ["buildtime_bindgen"]
session = [
"preupdate_hook",
"buildtime_bindgen",
]
sqlcipher = []
unlock_notify = []
wasm32-wasi-vfs = []
winsqlite3 = []
with-asan = []