# 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.56" name = "qp-postgres" version = "0.1.1" authors = ["Seungjae Park "] description = "Quick Pool: High Performance Async Generic Pool PostgreSQL Adapter" keywords = ["async", "database", "pool", "tokio", "postgres"] categories = ["asynchronous", "database", "data-structures"] license = "MIT" repository = "https://github.com/Astro36/qp" [dependencies.qp] version = "0.2.0" [dependencies.tokio] version = "1.15.0" features = ["rt"] [dependencies.tokio-postgres] version = "0.7.5" [dev-dependencies.tokio] version = "1.15.0" features = ["macros", "rt", "rt-multi-thread"]