pgdo-lib 0.5.5

The convenience of SQLite – but with PostgreSQL (Library package)
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 = "pgdo-lib"
version = "0.5.5"
authors = ["Gavin Panella <gavin@allenap.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The convenience of SQLite – but with PostgreSQL (Library package)"
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
]
categories = [
    "command-line-utilities",
    "database",
    "development-tools",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/allenap/pgdo"

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

[[test]]
name = "test_cluster"
path = "tests/test_cluster.rs"

[[test]]
name = "test_cluster_backup"
path = "tests/test_cluster_backup.rs"

[[test]]
name = "test_cluster_config"
path = "tests/test_cluster_config.rs"

[[test]]
name = "test_coordinate"
path = "tests/test_coordinate.rs"

[dependencies.backoff]
version = "0.4.0"

[dependencies.either]
version = "1.15.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.globset]
version = "0.4.18"

[dependencies.log]
version = "0.4.29"

[dependencies.miette]
version = "7.6.0"

[dependencies.nix]
version = "0.31.2"
features = [
    "fs",
    "user",
]

[dependencies.postgres]
version = "0.19.12"

[dependencies.postgres-protocol]
version = "0.6.10"

[dependencies.rand]
version = "0.10.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.shell-quote]
version = "0.7.2"

[dependencies.sqlx]
version = "0.8.6"
features = [
    "macros",
    "postgres",
    "runtime-tokio",
]
default-features = false

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "parking_lot",
    "rt-multi-thread",
]
default-features = false

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.22.0"
features = ["v5"]

[dev-dependencies.async-std]
version = "1.13.2"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.tempfile]
version = "3"