toasty-driver-postgresql 0.3.0

PostgreSQL driver for Toasty
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 = "2024"
rust-version = "1.94"
name = "toasty-driver-postgresql"
version = "0.3.0"
authors = ["Carl Lerche <me@carllerche.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL driver for Toasty"
homepage = "https://github.com/tokio-rs/toasty"
documentation = "https://docs.rs/toasty-driver-postgresql"
readme = "README.md"
keywords = [
    "orm",
    "database",
    "sql",
    "nosql",
    "async",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/tokio-rs/toasty"
resolver = "2"

[features]
bigdecimal = [
    "dep:bigdecimal",
    "toasty-core/bigdecimal",
]
jiff = [
    "dep:jiff",
    "toasty-core/jiff",
    "postgres-types/with-jiff-0_2",
]
rust_decimal = [
    "dep:rust_decimal",
    "toasty-core/rust_decimal",
]

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bigdecimal]
version = "0.4.10"
optional = true

[dependencies.jiff]
version = "0.2.23"
optional = true

[dependencies.lru]
version = "0.16.3"

[dependencies.postgres]
version = "0.19.13"

[dependencies.postgres-types]
version = "0.2.13"
features = [
    "with-uuid-1",
    "array-impls",
]

[dependencies.rust_decimal]
version = "1.41.0"
features = ["db-postgres"]
optional = true

[dependencies.toasty-core]
version = "0.3.0"

[dependencies.toasty-sql]
version = "0.3.0"

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

[dependencies.tokio-postgres]
version = "0.7.17"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.23.0"
features = [
    "v4",
    "v7",
    "fast-rng",
]

[lints.rust]
unsafe_code = "deny"