# 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" version = "0.1.0" authors = ["Jonathan Moore "] description = "A lightweight macro wrapper around the `postgres` crate which gives you the ergonomics of named parameters in your raw SQL queries" 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" [dependencies.postgres] version = "0.19.7" [dependencies.postgres-from-row] version = "0.5.2" [dependencies.postgres-named-parameters-derive] version = "0.1.0"