[dependencies.bmbp_rdbc_type]
version = "0.2.8"
[dependencies.chrono]
version = "0.4.38"
[dependencies.serde]
features = ["derive"]
version = "1.0.204"
[dependencies.serde_json]
version = "1.0.10"
[dependencies.serde_repr]
version = "0.1.19"
[dependencies.tokio-postgres]
features = ["with-chrono-0_4"]
version = "0.7.12"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.1.3"
[lib]
name = "bmbp_rdbc_sql"
path = "src/lib.rs"
[package]
authors = ["bmbp<rs_bmbp.163.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "SQL构建器"
documentation = "https://github.com/bmbper/bmbp_rdbc"
edition = "2021"
homepage = "https://github.com/bmbper/bmbp_rdbc"
license = "MIT"
name = "bmbp_rdbc_sql"
readme = "README.md"
repository = "https://github.com/bmbper/bmbp_rdbc"
version = "0.2.8"
[[test]]
name = "test_ident"
path = "tests/test_ident.rs"
[[test]]
name = "test_query"
path = "tests/test_query.rs"
[[test]]
name = "test_sql"
path = "tests/test_sql.rs"