odbc 0.9.8

ODBC wrapper for idiomatic Rust
Documentation
# 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 = "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"