[dependencies.bytes]
version = "1.1.0"
[dependencies.chrono]
features = ["serde"]
version = "0.4.38"
[dependencies.serde]
features = ["derive"]
version = "1.0.215"
[dependencies.serde_json]
features = ["default"]
version = "1.0.132"
[dependencies.tokio]
features = ["full"]
version = "1.38.0"
[dependencies.tokio-postgres]
features = ["with-chrono-0_4"]
version = "0.7.12"
[dependencies.tokio-test]
version = "0.4.4"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "bmbp_rdbc_type"
path = "src/lib.rs"
[package]
authors = ["bmbp<rs_bmbp.163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "定义rdbc模型"
documentation = "https://github.com/bmbper/bmbp_rdbc"
edition = "2021"
homepage = "https://github.com/bmbper/bmbp_rdbc"
license = "MIT"
name = "bmbp_rdbc_type"
readme = "README.md"
repository = "https://github.com/bmbper/bmbp_rdbc"
version = "0.3.1"