pgbatis 0.1.50

pgbaits 用于操作数据库数据的增删改查
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"
name = "pgbatis"
version = "0.1.50"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pgbaits 用于操作数据库数据的增删改查"
homepage = "https://gitee.com/buddycoder/pgbatis"
documentation = "https://gitee.com/buddycoder/pgbatis"
readme = "README.md"
license = "MIT"
repository = "https://gitee.com/buddycoder/pgbatis"

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

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

[dependencies.chrono]
version = "0.4.38"

[dependencies.deadpool]
version = "0.12.3"

[dependencies.deadpool-postgres]
version = "0.14.1"

[dependencies.derive_more]
version = "1.0.0"
features = ["full"]

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.once_cell]
version = "1.8.0"

[dependencies.pgmacro]
version = "0.1"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0.68"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-postgres]
version = "0.7.15"
features = [
    "with-serde_json-1",
    "with-chrono-0_4",
    "array-impls",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies]