[package] name = "r2d2_redis_patch" version = "0.6.1" authors = [ "Steven Fackler ", "Nev Delap ", "Simo Kinnunen ", "Jan-Erik Rediger " ] license = "MIT" description = "Redis support for the r2d2 connection pool" homepage = "https://github.com/nottxy/r2d2-redis" repository = "https://github.com/nottxy/r2d2-redis" documentation = "https://docs.rs/r2d2_redis_patch" keywords = ["redis", "pool", "database", "r2d2"] include = ["src/**/*", "LICENSE", "Cargo.toml"] [lib] name = "r2d2_redis_patch" path = "src/lib.rs" test = false [[test]] name = "test" path = "tests/test.rs" [dependencies] r2d2 = "0.8" redis = "0.8"