libpgfmt 1.1.0

A Rust library for formatting PostgreSQL SQL and PL/pgSQL
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"
rust-version = "1.88"
name = "libpgfmt"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for formatting PostgreSQL SQL and PL/pgSQL"
readme = "README.md"
keywords = [
    "postgresql",
    "sql",
    "formatter",
    "plpgsql",
]
categories = [
    "text-processing",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/gmr/libpgfmt"

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

[[example]]
name = "dump_tree"
path = "examples/dump_tree.rs"

[[example]]
name = "format_test"
path = "examples/format_test.rs"

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

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

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

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

[dependencies.tree-sitter]
version = "0.26"

[dependencies.tree-sitter-postgres]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1"