pgroles-cli 0.1.3

CLI for pgroles — validate, diff, apply, inspect, and generate role policies
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 = "2024"
name = "pgroles-cli"
version = "0.1.3"
authors = ["Brian Thorne <brian@thorne.link>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for pgroles — validate, diff, apply, inspect, and generate role policies"
homepage = "https://github.com/hardbyte/pgroles"
readme = "README.md"
keywords = [
    "postgresql",
    "roles",
    "privileges",
    "database",
    "infrastructure",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/hardbyte/pgroles"
resolver = "2"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.pgroles-core]
version = "0.1.3"

[dependencies.pgroles-inspect]
version = "0.1.3"

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
]

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "json",
]

[dev-dependencies.assert_cmd]
version = "2"

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

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