[dependencies.either]
version = "1.13.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.globset]
version = "0.4.14"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.22"
[dependencies.miette]
version = "7.2.0"
[dependencies.nix]
features = ["fs", "user"]
version = "0.29.0"
[dependencies.postgres]
version = "0.19.8"
[dependencies.postgres-protocol]
version = "0.6.7"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.10.6"
[dependencies.shell-quote]
version = "0.7.1"
[dependencies.sqlx]
default-features = false
features = ["macros", "postgres", "runtime-tokio"]
version = "0.8.1"
[dependencies.tempfile]
version = "3.12.0"
[dependencies.thiserror]
version = "1.0.63"
[dependencies.tokio]
default-features = false
features = ["parking_lot", "rt-multi-thread"]
version = "1.39.3"
[dependencies.tokio-stream]
version = "0.1.15"
[dependencies.url]
version = "2.5.2"
[dependencies.uuid]
features = ["v5"]
version = "1.10.0"
[dev-dependencies.async-std]
version = "1.12.0"
[dev-dependencies.paste]
version = "1.0.15"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "pgdo"
path = "src/lib.rs"
[package]
authors = ["Gavin Panella <gavin@allenap.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "database", "development-tools", "development-tools::testing"]
description = "The convenience of SQLite – but with PostgreSQL (Library package)"
edition = "2021"
keywords = ["database", "postgres", "postgresql"]
license = "Apache-2.0"
name = "pgdo-lib"
readme = "README.md"
repository = "https://github.com/allenap/pgdo"
version = "0.5.0"
[[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"