summer-postgres 0.5.0

Integrate tokio-postgres with summer-rs
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 = "summer-postgres"
version = "0.5.0"
authors = ["holmofy"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integrate tokio-postgres with summer-rs"
readme = "README.md"
categories = ["database"]
license = "MIT"
repository = "https://github.com/summer-rs/summer-rs"

[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 = "summer_postgres"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.schemars]
version = "1.1"

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

[dependencies.summer]
version = "0.5"

[dependencies.tokio]
version = "1.47"

[dependencies.tokio-postgres]
version = "0.7"
optional = true

[dependencies.tracing]
version = "0.1"
features = ["log"]

[dev-dependencies]