# 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] name = "r2d2_redis_patch" version = "0.6.1" authors = ["Steven Fackler <sfackler@gmail.com>", "Nev Delap <nevdelap@gmail.com>", "Simo Kinnunen <simo@shoqolate.com>", "Jan-Erik Rediger <janerik@fnordig.de>"] include = ["src/**/*", "LICENSE", "Cargo.toml"] description = "Redis support for the r2d2 connection pool" homepage = "https://github.com/nottxy/r2d2-redis" documentation = "https://docs.rs/r2d2_redis_patch" keywords = ["redis", "pool", "database", "r2d2"] license = "MIT" repository = "https://github.com/nottxy/r2d2-redis" [lib] name = "r2d2_redis_patch" path = "src/lib.rs" test = false [[test]] name = "test" path = "tests/test.rs" [dependencies.r2d2] version = "0.8" [dependencies.redis] version = "0.8"