pgfmt 2.1.5

A PostgreSQL SQL formatter
# 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 = "pgfmt"
version = "2.1.5"
authors = ["Gavin M. Roy <gavinmroy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PostgreSQL SQL formatter"
readme = "README.md"
keywords = [
    "postgresql",
    "sql",
    "formatter",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "BSD-3-Clause"
repository = "https://github.com/gmr/pgfmt"

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

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

[dependencies.libpgfmt]
version = "1.1.6"