# 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 = "bb8-postgres" version = "0.8.1" description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)" license = "MIT" repository = "https://github.com/djc/bb8" [dependencies.async-trait] version = "0.1" [dependencies.bb8] version = "0.8" [dependencies.tokio] version = "1.0.0" features = ["rt"] [dependencies.tokio-postgres] version = "0.7" [dev-dependencies.futures-util] version = "0.3.2" [dev-dependencies.hyper] version = "0.14.1" features = [ "http1", "server", "tcp", ] [dev-dependencies.tokio] version = "1.0.0" features = [ "macros", "rt-multi-thread", ] [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-time-0_3 = ["tokio-postgres/with-time-0_3"] with-uuid-0_8 = ["tokio-postgres/with-uuid-0_8"] with-uuid-1 = ["tokio-postgres/with-uuid-1"]