drizzle-postgres 0.1.4

A type-safe SQL query builder for Rust
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.91"
name = "drizzle-postgres"
version = "0.1.4"
authors = ["Mixed Nuts"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A type-safe SQL query builder for Rust"
readme = false
keywords = [
    "drizzle",
    "rizzle",
    "orm",
    "database",
    "sqlite",
]
license = "MIT"
repository = "https://github.com/themixednuts/drizzle-rs"

[features]
arrayvec = ["dep:arrayvec"]
bit-vec = [
    "dep:bit-vec",
    "postgres?/with-bit-vec-0_8",
    "tokio-postgres?/with-bit-vec-0_8",
]
chrono = [
    "dep:chrono",
    "postgres?/with-chrono-0_4",
    "tokio-postgres?/with-chrono-0_4",
]
cidr = [
    "dep:cidr",
    "postgres?/with-cidr-0_3",
    "tokio-postgres?/with-cidr-0_3",
]
geo-types = [
    "dep:geo-types",
    "postgres?/with-geo-types-0_7",
    "tokio-postgres?/with-geo-types-0_7",
]
postgres-sync = [
    "dep:postgres",
    "dep:bytes",
    "drizzle-core/postgres-sync",
]
serde = [
    "dep:serde_json",
    "dep:serde",
    "postgres?/with-serde_json-1",
    "tokio-postgres?/with-serde_json-1",
]
tokio-postgres = [
    "dep:tokio-postgres",
    "dep:tokio",
    "dep:bytes",
    "drizzle-core/tokio-postgres",
]
uuid = [
    "dep:uuid",
    "postgres?/with-uuid-1",
    "tokio-postgres?/with-uuid-1",
]

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

[dependencies.arrayvec]
version = "0.7"
features = ["serde"]
optional = true
default-features = false

[dependencies.bit-vec]
version = "0.8"
optional = true

[dependencies.bytes]
version = "1.11"
optional = true

[dependencies.chrono]
version = "0.4"
features = ["serde"]
optional = true

[dependencies.cidr]
version = "0.3"
features = ["serde"]
optional = true

[dependencies.drizzle-core]
version = "0.1"

[dependencies.geo-types]
version = "0.7"
features = ["serde"]
optional = true

[dependencies.paste]
version = "1.0"

[dependencies.postgres]
version = "0.19.12"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0"
optional = true
default-features = false

[dependencies.tokio]
version = "1.48"
optional = true

[dependencies.tokio-postgres]
version = "0.7.15"
features = ["runtime"]
optional = true
default-features = false

[dependencies.uuid]
version = "1.18"
features = ["v4"]
optional = true

[dev-dependencies.drizzle-macros]
version = "0.1"
features = ["postgres"]