odbc-sys 0.5.1

ODBC ffi bindings
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-sys"
version = "0.5.1"
authors = ["Markus Klein <markus-klein@live.de>"]
build = "build.rs"
description = "ODBC ffi bindings"
documentation = "https://docs.rs/odbc-sys/"
readme = "README.md"
keywords = ["sql", "database", "odbc", "ffi"]
categories = ["external-ffi-bindings", "database"]
license = "MIT"
repository = "https://github.com/pacman82/odbc-sys"

[dependencies]

[features]
odbc_version_4 = ["odbc_version_3_80"]
odbc_version_3_50 = []
default = ["odbc_version_3_80"]
odbc_version_3_80 = ["odbc_version_3_50"]
[badges.travis-ci]
branch = "master"
repository = "pacman82/odbc-sys"