compact_sql 0.0.6

Macro for compacting Postgres' SQL queries written in Rust syntax
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"
rust-version = "1.63"
name = "compact_sql"
version = "0.0.6"
authors = ["Vitaly Burovoy <vitaly.burovoy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macro for compacting Postgres' SQL queries written in Rust syntax"
homepage = "https://gitlab.com/vitaly.burovoy/compact_sql"
readme = "README.md"
keywords = [
    "database",
    "postgres",
    "postgresql",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/vitaly.burovoy/compact_sql"

[features]
check-name-uniq = []
pretty-errors = []

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

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

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

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

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "1"
features = [
    "extra-traits",
    "visit-mut",
]

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]
default-features = false

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

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

[dev-dependencies.compact_sql_traits]
version = "0.0.1"

[dev-dependencies.futures-util]
version = "0.3"