pg-blast-radius 0.3.0

Workload-aware blast radius forecaster for PostgreSQL migrations
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-blast-radius"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Workload-aware blast radius forecaster for PostgreSQL migrations"
readme = "README.md"
keywords = [
    "postgres",
    "migration",
    "database",
    "devops",
    "ci",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/michaelmillar/pg-blast-radius"

[features]
catalog = [
    "dep:tokio",
    "dep:tokio-postgres",
]
default = ["catalog"]

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

[[bin]]
name = "pg-blast-radius"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.owo-colors]
version = "4"

[dependencies.pg_query]
version = "6"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "net",
]
optional = true

[dependencies.tokio-postgres]
version = "0.7"
optional = true

[dev-dependencies.insta]
version = "1"
features = ["json"]