sqll 0.12.4

Efficient interface to SQLite that doesn't get in your way
Documentation
[[bench]]
harness = false
name = "statement_benches"
path = "benches/statement_benches.rs"

[dependencies.sqll-macros]
optional = true
version = "0.12.4"

[dependencies.sqll-sys]
default-features = false
version = "0.12.4"

[dev-dependencies.anyhow]
version = "1.0.100"

[dev-dependencies.axum]
version = "0.8.8"

[dev-dependencies.criterion]
version = "0.8.0"

[dev-dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.48.0"

[[example]]
name = "axum"
path = "examples/axum.rs"

[[example]]
name = "persons"
path = "examples/persons.rs"

[features]
alloc = []
bundled = ["sqll-sys/bundled"]
default = ["std", "derive", "threadsafe"]
derive = ["dep:sqll-macros"]
std = ["alloc"]
strict = ["sqll-sys/strict"]
threadsafe = ["sqll-sys/threadsafe"]

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

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "database"]
description = "Efficient interface to SQLite that doesn't get in your way"
documentation = "https://docs.rs/sqll"
edition = "2024"
homepage = "https://github.com/udoprog/sqll"
keywords = ["api-bindings", "database", "ffi", "sqlite"]
license = "MIT OR Apache-2.0"
name = "sqll"
readme = "README.md"
repository = "https://github.com/udoprog/sqll"
rust-version = "1.91"
version = "0.12.4"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]