[dependencies.anyhow]
version = "1.0"
[dependencies.schemars]
version = "0.8.21"
[dependencies.serde]
version = "1.0"
[dependencies.spring]
version = "0.4"
[dependencies.tokio]
version = "1.44"
[dependencies.tokio-postgres]
optional = true
version = "0.7"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[dev-dependencies]
[features]
array-impls = ["tokio-postgres/array-impls"]
default = ["tokio-postgres/default"]
js = ["tokio-postgres/js"]
with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"]
with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"]
with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"]
with-eui48-1 = ["tokio-postgres/with-eui48-1"]
with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6"]
with-geo-types-0_7 = ["tokio-postgres/with-geo-types-0_7"]
with-serde_json-1 = ["tokio-postgres/with-serde_json-1"]
with-smol_str-01 = ["tokio-postgres/with-smol_str-01"]
with-time-0_2 = ["tokio-postgres/with-time-0_2"]
with-time-0_3 = ["tokio-postgres/with-time-0_3"]
with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]
with-uuid-1 = ["tokio-postgres/with-uuid-1"]
[lib]
name = "spring_postgres"
path = "src/lib.rs"
[package]
authors = ["holmofy"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "Integrate tokio-postgres with spring-rs"
edition = "2021"
license = "MIT"
name = "spring-postgres"
readme = "README.md"
repository = "https://github.com/spring-rs/spring-rs"
version = "0.4.0"