# 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-named-parameters-derive" version = "0.1.0" authors = ["Jonathan Moore "] description = "Derive macros used internally by `postgres-named-parameters`. You should not use this crate directly; instead, use `postgres-named-parameters`." homepage = "https://github.com/jmoore34/postgres-named-parameters" readme = "README.md" keywords = [ "macro", "postgres", "sql", "parameters", "query", ] categories = [ "database", "template-engine", ] license = "MIT" repository = "https://github.com/jmoore34/postgres-named-parameters" [lib] proc-macro = true [dependencies.attribute-derive] version = "0.8.1" [dependencies.proc-macro2] version = "1.0.75" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.48" features = ["extra-traits"] [dev-dependencies.macrotest] version = "1.0.9"