qbrs-core 0.1.0

Core type-level machinery for the qbrs query builder (scope tracking, expressions, builders).
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-core"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core type-level machinery for the qbrs query builder (scope tracking, expressions, builders)."
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 = ["dep:chrono"]
decimal = ["dep:rust_decimal"]
uuid = ["dep:uuid"]

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["std"]
optional = true
default-features = false

[dependencies.rust_decimal]
version = "1"
optional = true
default-features = false

[dependencies.uuid]
version = "1"
optional = true
default-features = false