query-lite 0.12.0

A convenient SQL query builder for rusqlite with HTTP query parameter parsing support
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"
rust-version = "1.88"
name = "query-lite"
version = "0.12.0"
authors = ["D4EM0N"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A convenient SQL query builder for rusqlite with HTTP query parameter parsing support"
documentation = "https://docs.rs/query-lite"
readme = "README.md"
keywords = [
    "sql",
    "sqlite",
    "rusqlite",
    "query-builder",
]
categories = [
    "database",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/0xC0DE666/query-lite"

[features]
default = ["sql"]
http = []
sql = ["dep:rusqlite"]

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

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

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

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

[dependencies.indexmap]
version = "2.13"

[dependencies.rusqlite]
version = "0.38"
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false

[dependencies.url]
version = "2.5"
default-features = false