arrow-odbc 23.2.0

Read/Write Apache Arrow arrays from/to ODBC data sources.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "arrow-odbc"
version = "23.2.0"
authors = ["Markus Klein"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read/Write Apache Arrow arrays from/to ODBC data sources."
documentation = "https://docs.rs/arrow-odbc/"
readme = "Readme.md"
keywords = [
    "odbc",
    "database",
    "sql",
    "arrow",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/pacman82/arrow-odbc"

[features]
narrow = ["odbc-api/narrow"]
wide = ["odbc-api/wide"]

[lib]
name = "arrow_odbc"
path = "src/lib.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.arrow]
version = ">= 29, < 59"
features = ["chrono-tz"]
default-features = false

[dependencies.atoi]
version = "2.0.0"

[dependencies.chrono]
version = "0.4.44"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.log]
version = "0.4.29"

[dependencies.odbc-api]
version = ">= 23, < 26"

[dependencies.simdutf8]
version = "0.1.5"

[dependencies.thiserror]
version = "2.0.18"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.float_eq]
version = "1.0.1"

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