odbc-api 7.2.3

Write ODBC Applications in (mostly) safe Rust.
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.atoi]
version = "2.0.0"

[dependencies.log]
version = "0.4.21"

[dependencies.odbc-api-derive]
optional = true
version = "7.2.3"

[dependencies.odbc-sys]
default-features = false
version = ">= 0.22, < 0.25"

[dependencies.thiserror]
version = "1.0.59"

[dependencies.widestring]
version = "1.1.0"
[dev-dependencies.anyhow]
version = "1.0.82"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"

[dev-dependencies.csv]
version = "1.3.0"

[dev-dependencies.env_logger]
version = "0.11.3"

[dev-dependencies.lazy_static]
version = "1.4.0"

[dev-dependencies.stdext]
version = "0.3.3"

[dev-dependencies.tempfile]
version = "3.10.1"

[dev-dependencies.test-case]
version = "3.3.1"

[dev-dependencies.tokio]
features = ["rt", "macros", "time"]
version = "1.37.0"

[features]
default = ["odbc_version_3_80"]
derive = ["dep:odbc-api-derive"]
iodbc = ["odbc_version_3_5", "narrow", "odbc-sys/iodbc"]
narrow = []
odbc_version_3_5 = ["odbc-sys/odbc_version_3_50"]
odbc_version_3_80 = ["odbc-sys/odbc_version_3_80"]

[package]
authors = ["Markus Klein"]
categories = ["api-bindings", "database"]
description = "Write ODBC Applications in (mostly) safe Rust."
documentation = "https://docs.rs/odbc-api/"
edition = "2021"
keywords = ["odbc", "database", "sql"]
license = "MIT"
name = "odbc-api"
readme = "Readme.md"
repository = "https://github.com/pacman82/odbc-api"
version = "7.2.3"
[target."cfg(windows)".dependencies.winit]
default-features = false
features = ["rwh_06"]
version = "0.30.0"