postgres-syntax 0.4.1

Compile-time syntax checking of PostgreSQL queries
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 = "postgres-syntax"
version = "0.4.1"
authors = ["Jasper Hugo <jasper@avstack.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Compile-time syntax checking of PostgreSQL queries"
documentation = "https://docs.rs/postgres-syntax/"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/avstack/postgres-syntax"

[lib]
name = "postgres_syntax"
path = "src/lib.rs"
proc-macro = true

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

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

[dependencies.litrs]
version = "1"
default-features = false

[dependencies.pg_query]
version = "6"
default-features = false

[dependencies.quote]
version = "1"
features = ["proc-macro"]
default-features = false