qbrs 0.1.0

A Drizzle-flavored, type-safe SQL query builder for Rust.
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 = "qbrs"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Drizzle-flavored, type-safe SQL query builder for Rust."
readme = "README.md"
keywords = [
    "sql",
    "database",
    "query-builder",
    "type-safe",
    "postgres",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RyutaroYako/qbrs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
chrono = ["qbrs-core/chrono"]
decimal = ["qbrs-core/decimal"]
uuid = ["qbrs-core/uuid"]

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

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

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

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

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

[dependencies.qbrs-core]
version = "0.1.0"

[dependencies.qbrs-macros]
version = "0.1.0"