# 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 = "mobc-postgres" version = "0.8.0" authors = [ "importcjj ", "Garren Smith ", ] description = "Postgres support for the mobc connection pool" readme = "README.md" keywords = [ "postgres", "pool", "database", "async", "await", ] license = "MIT/Apache-2.0" repository = "https://github.com/importcjj/mobc-postgres" [dependencies.futures] version = "0.3" [dependencies.mobc] version = "0.8" [dependencies.tokio-postgres] version = "0.7.0" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] with-bit-vec-0_6 = ["tokio-postgres/with-bit-vec-0_6"] with-chrono-0_4 = ["tokio-postgres/with-chrono-0_4"] with-eui48-0_4 = ["tokio-postgres/with-eui48-0_4"] with-geo-types-0_6 = ["tokio-postgres/with-geo-types-0_6"] with-serde_json-1 = ["tokio-postgres/with-serde_json-1"] with-time-0_2 = ["tokio-postgres/with-time-0_2"] with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"]