sz-orm-sqlx 3.5.0

sqlx adapter: MySQL, PostgreSQL, SQLite backend via sqlx crate
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-sqlx"
version = "3.5.0"
authors = ["SZ-ORM Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sqlx adapter: MySQL, PostgreSQL, SQLite backend via sqlx crate"
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"

[features]
auto-prewarm = ["sz-orm-core/auto-prewarm"]
default = []
mssql = ["dep:sz-orm-mssql"]
oracle = ["dep:sz-orm-oracle"]

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

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

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

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

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

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

[dependencies.async-stream]
version = "0.3"

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

[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rust_decimal]
version = "1.36"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "tls-rustls",
    "mysql",
    "postgres",
    "sqlite",
    "chrono",
    "json",
    "rust_decimal",
    "uuid",
]
default-features = false

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

[dependencies.sz-orm-mssql]
version = "3.5.0"
optional = true

[dependencies.sz-orm-oracle]
version = "3.5.0"
optional = true

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

[dev-dependencies.proptest]
version = "1.5"

[dev-dependencies.tokio]
version = "1.40"
features = [
    "full",
    "full",
    "test-util",
]

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

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

[lints.rust]
unsafe_op_in_unsafe_fn = "warn"