[package] name = "r2d2_postgres" version = "0.18.1" authors = ["Steven Fackler "] edition = "2018" license = "MIT" description = "Postgres support for the r2d2 connection pool" repository = "https://github.com/sfackler/r2d2-postgres" keywords = ["postgres", "sql", "pool", "database"] [dependencies] r2d2 = "0.8" postgres = "0.19"