sqlxo 0.7.6

sqlxo: small SQL query builder + derives for filterable ORM-ish patterns
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 = "2021"
name = "sqlxo"
version = "0.7.6"
authors = ["Flokkq <webcla21@htl-kaindorf.at>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sqlxo: small SQL query builder + derives for filterable ORM-ish patterns"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Flokkq/sqlxo"

[features]
default = ["test-utils"]
ignore-db-tests = []
test-utils = []

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

[[test]]
name = "orm"
path = "tests/orm/main.rs"

[[bench]]
name = "orm"
path = "benches/orm.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.smallvec]
version = "1.13"

[dependencies.sqlx]
version = "0.8.5"
features = [
    "runtime-tokio-rustls",
    "macros",
    "uuid",
    "chrono",
    "migrate",
    "bigdecimal",
    "any",
    "mysql",
    "postgres",
    "sqlite",
]
default-features = true

[dependencies.sqlxo_macros]
version = "0.7.6"

[dependencies.sqlxo_traits]
version = "0.7.6"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.40"
features = [
    "macros",
    "rt-multi-thread",
    "time",
    "test-util",
]

[dependencies.utoipa]
version = "5.4.0"
features = [
    "axum_extras",
    "uuid",
    "chrono",
]

[dependencies.uuid]
version = "1.18.1"
features = [
    "v4",
    "serde",
    "fast-rng",
]

[dependencies.validator]
version = "0.19.0"
features = ["derive"]

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

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[dev-dependencies.uuid]
version = "1.18.1"