postgresql_commands 0.20.1

PostgreSQL commands for interacting with a PostgreSQL server.
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.92.0"
name = "postgresql_commands"
version = "0.20.1"
authors = ["Brian Heineman <brian.heineman@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL commands for interacting with a PostgreSQL server."
readme = "README.md"
keywords = [
    "postgresql",
    "postgres",
    "embedded",
    "database",
    "server",
]
categories = ["database"]
license = "(Apache-2.0 OR MIT) AND PostgreSQL"
repository = "https://github.com/theseus-rs/postgresql-embedded"

[features]
default = []
tokio = ["dep:tokio"]

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]
optional = true

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

[dev-dependencies.test-log]
version = "0.2.19"

[dev-dependencies.tokio]
version = "1.49.0"
features = ["full"]