sz-orm-query 1.2.2

SZ-ORM Query Builder, Dialect, Typed Query, and related abstractions
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 = "sz-orm-query"
version = "1.2.2"
authors = ["SZ-ORM Team"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SZ-ORM Query Builder, Dialect, Typed Query, and related abstractions"
homepage = "https://github.com/ljclz/sz-orm"
readme = false
keywords = [
    "orm",
    "database",
    "async",
    "sql",
    "tokio",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/ljclz/sz-orm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies.bytes]
version = "1"

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

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.sz-orm-macros]
version = "1.2.2"

[dependencies.sz-orm-model]
version = "1.2.2"

[dependencies.sz-orm-sql-validator]
version = "1.2.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.40"
features = [
    "full",
    "sync",
    "time",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1"
features = ["attributes"]

[lints.clippy]
module_name_repetitions = "allow"
type_complexity = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"