# 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 = "inline-sql" version = "0.2.0" publish = ["crates-io"] description = "write SQL queries directly in Rust functions" documentation = "https://docs.rs/inline-sql" readme = "README.md" keywords = [ "sql", "inline", "database", "postgres", ] categories = ["database"] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/inline-sql-rs" [dependencies.futures] version = "0.3.30" features = ["std"] default-features = false [dependencies.inline-sql-macros] version = "=0.2.0" [dependencies.tokio-postgres] version = "0.7.10" [dev-dependencies.clap] version = "4.5.1" features = [ "derive", "error-context", ] [dev-dependencies.pg_mapper] version = "0.2.1" [dev-dependencies.tokio] version = "1.36.0" features = [ "rt-multi-thread", "macros", ] [dev-dependencies.tokio-postgres] version = "0.7.10"