# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dhb-postgres-heroku" version = "0.1.0-alpha.4" authors = ["dhbradshaw"] description = "Easily connect to heroku postgres." license = "MIT OR Apache-2.0" [dependencies.dotenv] version = "0.13.0" [dependencies.openssl] version = "0.10" [dependencies.postgres] version = "0.16.0-rc.2" features = ["with-serde_json-1", "with-chrono-0_4", "with-uuid-0_7"] [dependencies.postgres-openssl] version = "0.2.0-rc.1" [dependencies.r2d2] version = "0.8" [dependencies.r2d2_postgres] version = "0.15.0-rc.1"