# 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 = "pgbatis" version = "0.1.48" 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" [dependencies.chrono] version = "0.4.24" [dependencies.deadpool] version = "0.8.2" [dependencies.deadpool-postgres] version = "0.9.0" [dependencies.derive_more] version = "0.99.11" [dependencies.lazy_static] version = "1.4.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.6" features = [ "with-serde_json-1", "with-chrono-0_4", "array-impls", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dev-dependencies]