sz-rust-orm-facade 0.6.1

ORM facade for sz-rust framework — re-exports sz-orm-* family under a unified namespace
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"
rust-version = "1.81"
name = "sz-rust-orm-facade"
version = "0.6.1"
authors = ["SZ-Rust Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ORM facade for sz-rust framework — re-exports sz-orm-* family under a unified namespace"
homepage = "https://github.com/ljclz/sz-rust"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "thinkphp",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/ljclz/sz-rust"

[features]
default = []
graphql = ["dep:sz-orm-graphql"]
grpc = ["dep:sz-orm-grpc"]
p2-addons = [
    "graphql",
    "grpc",
]

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

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.8"

[dependencies.sz-orm-auth]
version = "2.1.0"

[dependencies.sz-orm-core]
version = "2.1.0"

[dependencies.sz-orm-graphql]
version = "2.1.0"
optional = true

[dependencies.sz-orm-grpc]
version = "2.1.0"
optional = true

[dependencies.sz-orm-limit]
version = "2.1.0"

[dependencies.sz-orm-logger]
version = "2.1.0"

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

[dependencies.sz-orm-mqtt]
version = "2.1.0"

[dependencies.sz-orm-query-builder]
version = "2.1.0"

[dependencies.sz-orm-queue]
version = "2.1.0"

[dependencies.sz-orm-scheduler]
version = "2.1.0"

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

[dependencies.sz-orm-storage]
version = "2.1.0"

[dependencies.sz-orm-tracing]
version = "2.1.0"

[dependencies.sz-orm-websocket]
version = "2.1.0"
features = ["server"]

[dependencies.thiserror]
version = "2"

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

[lints.rust]
unsafe_code = "forbid"