r2d2_odbc 0.5.0

ODBC support for the r2d2 connection pool
Documentation
[[test]]
name = "test"
path = "tests/test.rs"
[badges.appveyor]
branch = "master"
repository = "Koka/r2d2-odbc"

[badges.travis-ci]
branch = "master"
repository = "Koka/r2d2-odbc"
[dependencies.lazy_static]
version = "1.0"

[dependencies.odbc]
version = "0.16"

[dependencies.odbc-safe]
version = "0.5"

[dependencies.r2d2]
version = "0.8"

[lib]
name = "r2d2_odbc"
path = "src/lib.rs"
test = false

[package]
authors = ["Konstantin Salikhov <koka58@yandex.ru>"]
categories = ["database"]
description = "ODBC support for the r2d2 connection pool"
documentation = "https://docs.rs/r2d2_odbc"
homepage = "https://github.com/Koka/r2d2-odbc"
keywords = ["odbc", "sql", "pool", "database", "r2d2"]
license = "MIT"
name = "r2d2_odbc"
repository = "https://github.com/Koka/r2d2-odbc"
version = "0.5.0"