bmbp_rdbc_type 0.3.2

定义rdbc模型
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 = "bmbp_rdbc_type"
version = "0.3.2"
authors = ["bmbp<rs_bmbp.163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "定义rdbc模型"
homepage = "https://github.com/bmbper/bmbp_rdbc"
documentation = "https://github.com/bmbper/bmbp_rdbc"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bmbper/bmbp_rdbc"

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

[dependencies.bytes]
version = "1.1.0"

[dependencies.chrono]
version = "0.4.38"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.132"
features = ["default"]

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

[dependencies.tokio-postgres]
version = "0.7.12"
features = ["with-chrono-0_4"]

[dependencies.tracing]
version = "0.1.40"