# 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.5" authors = ["Vitaly Burovoy "] 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" [lib] proc-macro = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["extra-traits"] [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" [features] check-name-uniq = [] pretty-errors = []