[package] name = "pgbatis" version = "0.1.48" edition = "2021" documentation = "https://gitee.com/buddycoder/pgbatis" readme = "README.md" homepage = "https://gitee.com/buddycoder/pgbatis" repository = "https://gitee.com/buddycoder/pgbatis" license = "MIT" description = "pgbaits 用于操作数据库数据的增删改查" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.24" serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" serde_json = "1.0.68" derive_more = "0.99.11" tokio = { version = "1", features = ["full"] } deadpool = "0.8.2" deadpool-postgres = "0.9.0" tokio-postgres= { version = "0.7.6", features = ["with-serde_json-1","with-chrono-0_4","array-impls"] } lazy_static = "1.4.0" pgmacro = "0.1" #日志 tracing = "0.1" tracing-subscriber = "0.3" once_cell = "1.8.0" [dev-dependencies]