[package]
name = "odbc"
version = "0.9.8"
authors = ["Konstantin Salikhov <koka58@yandex.ru>", "Markus Klein <markus-klein@live.de>"]
description = "ODBC wrapper for idiomatic Rust"
homepage = "https://github.com/Koka/odbc-rs"
documentation = "http://koka.github.io/odbc-rs/odbc/"
readme = "README.md"
keywords = ["odbc", "binding", "sql", "database", "db"]
categories = ["api-bindings", "database"]
license = "MIT"
repository = "https://github.com/Koka/odbc-rs"
[dependencies.log]
version = "0.4.1"
[dependencies.odbc-safe]
version = "0.4.1"
[dependencies.odbc-sys]
version = "0.6.3"
[dev-dependencies.chrono]
version = "0.4"
[dev-dependencies.env_logger]
version = "0.5"
[features]
default = []
travis = []
[badges.appveyor]
branch = "master"
repository = "Koka/odbc-rs"
[badges.travis-ci]
branch = "master"
repository = "Koka/odbc-rs"