# 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 = "2018" name = "include-postgres-sql" version = "0.2.2" authors = ["Alex Demenchuk "] description = "A Yesql inspired macro for using PostgreSQL SQL in Rust" homepage = "https://quietboil.github.io/include-postgres-sql" readme = "README.md" keywords = [ "database", "sql", "macro", "postgres", ] categories = ["database"] license = "MIT" repository = "https://github.com/quietboil/include-postgres-sql" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "async_bb8_pool" path = "examples/async_bb8_pool.rs" required-features = ["tokio"] [dependencies.futures-util] version = "0.3" optional = true [dependencies.include-sql] version = "0.3" [dev-dependencies.bb8-postgres] version = "0.8" [dev-dependencies.postgres] version = "0.19" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-postgres] version = "0.7" [features] tokio = [ "include-sql/async", "futures-util", ]