pg_dbmigrator 0.2.0

PostgreSQL database migration tool and library (offline dump/restore + online logical replication)
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 = "pg_dbmigrator"
version = "0.2.0"
authors = ["danielshih"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PostgreSQL database migration tool and library (offline dump/restore + online logical replication)"
readme = "README.md"
keywords = [
    "postgresql",
    "migration",
    "database",
    "replication",
    "pg-dump",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "BSD-3-Clause"
repository = "https://github.com/isdaniel/pg_dbmigrator"

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

[[bin]]
name = "pg_dbmigrator"
path = "src/bin/pg_dbmigrator/main.rs"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.futures]
version = "0.3.32"

[dependencies.pg_walstream]
version = "0.6.3"
features = ["rustls-tls"]

[dependencies.rustls]
version = "0.23.40"
features = ["ring"]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8.3"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tokio-postgres]
version = "0.7.17"
features = ["with-chrono-0_4"]

[dependencies.tokio-postgres-rustls]
version = "0.13"

[dependencies.tokio-util]
version = "0.7.18"
features = ["rt"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

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

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

[dev-dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[target."cfg(unix)".dependencies.libc]
version = "0.2.186"