quarb-sqlite 0.8.0

SQLite adapter for the Quarb query engine
Documentation
# 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 = "2024"
name = "quarb-sqlite"
version = "0.8.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQLite adapter for the Quarb query engine"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
    "query",
    "sqlite",
    "sql",
    "quarb",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"

[features]
bundled = ["rusqlite/bundled"]

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

[[test]]
name = "sqlite"
path = "tests/sqlite.rs"

[dependencies.quarb]
version = "0.8.0"

[dependencies.quarb-relational]
version = "0.8.0"

[dependencies.rusqlite]
version = "0.32"

[dependencies.thiserror]
version = "2"

[dev-dependencies]