pgdo-cli 0.5.5

The convenience of SQLite – but with PostgreSQL (Command-line application)
# 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-cli"
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 (Command-line application)"
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"

[[bin]]
name = "pgdo"
path = "src/main.rs"
doc = false

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

[dependencies.console]
version = "=0.16.3"

[dependencies.ctrlc]
version = "=3.5.2"
features = ["termination"]

[dependencies.either]
version = "=1.15.0"

[dependencies.fs_extra]
version = "=1.3.0"

[dependencies.indicatif]
version = "=0.18.4"

[dependencies.log]
version = "=0.4.29"

[dependencies.miette]
version = "=7.6.0"
features = ["fancy"]

[dependencies.pgdo-lib]
version = "=0.5.5"

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

[dependencies.simple_logger]
version = "=5.2.0"

[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.uuid]
version = "=1.22.0"
features = ["v5"]