odbc-iter 0.2.0

High level database access library based on 'odbc' crate that uses native ODBC drivers to access variety of databases
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]
edition = "2018"
name = "odbc-iter"
version = "0.2.0"
authors = ["Jakub Pastuszek <jpastuszek@protonmail.com>"]
description = "High level database access library based on 'odbc' crate that uses native ODBC drivers to access variety of databases"
readme = "README.md"
keywords = ["odbc", "orm", "database"]
categories = ["database"]
license = "MIT"
[dependencies.chrono]
version = "0.4.6"
optional = true

[dependencies.error-context]
version = "0.1.0"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.log]
version = "0.4.6"

[dependencies.odbc]
version = "0.13.0"

[dependencies.regex]
version = "1.1.0"

[dependencies.serde]
version = "1.0.88"
optional = true

[dependencies.serde_json]
version = "1.0.39"
optional = true
[dev-dependencies.assert_matches]
version = "1.3.0"

[dev-dependencies.serde_json]
version = "1.0.39"

[features]
default = ["chrono"]
test-hive = []
test-monetdb = []
test-sql-server = []