[dependencies.sqlite3-src]
optional = true
version = "0.6"
[features]
bundled = ["sqlite3-src/bundled"]
default = ["linkage"]
encryption = []
linkage = ["sqlite3-src"]
[package]
authors = ["Ivan Stankovic <pokemon@fly.srk.fer.hr>", "Ivan Ukhov <ivan.ukhov@gmail.com>", "Jean-Daniel Michaud <jean.daniel.michaud@gmail.com>", "Vincenzo Palazzo <vincenzopalazzodev@gmail.com>"]
categories = ["database", "external-ffi-bindings"]
description = "The package provides bindings to SQLite."
documentation = "https://docs.rs/sqlite3-sys"
edition = "2021"
homepage = "https://github.com/stainless-steel/sqlite3-sys"
keywords = ["database"]
license = "Apache-2.0 OR MIT"
name = "sqlite3-sys"
readme = "README.md"
repository = "https://github.com/stainless-steel/sqlite3-sys"
version = "0.17.0"