sqlite3-sys 0.15.2

The package provides bindings to SQLite.
Documentation
[dependencies.libc]
version = "0.2"

[dependencies.sqlite3-src]
optional = true
version = "0.5"
[dev-dependencies.temporary]
version = "0.6"

[features]
bundled = ["sqlite3-src/bundled"]
default = ["linkage"]
linkage = ["sqlite3-src"]

[package]
authors = ["Ivan Stankovic <pokemon@fly.srk.fer.hr>", "Ivan Ukhov <ivan.ukhov@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/MIT"
name = "sqlite3-sys"
readme = "README.md"
repository = "https://github.com/stainless-steel/sqlite3-sys"
version = "0.15.2"