sqlx-odbc 0.0.1-alpha

ODBC driver implementation for SQLx.
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 = "2021"
rust-version = "1.94"
name = "sqlx-odbc"
version = "0.0.1-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ODBC driver implementation for SQLx."
readme = "README.md"
keywords = [
    "sqlx",
    "odbc",
    "database",
]
categories = ["database"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lovasoa/sqlx-odbc"

[features]
default = []
runtime-tokio = []
tls-none = []
vendored-unix-odbc = ["odbc-api/vendored-unix-odbc"]

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

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

[dependencies.futures-core]
version = "0.3.32"
default-features = false

[dependencies.futures-util]
version = "0.3.32"
features = ["alloc"]
default-features = false

[dependencies.log]
version = "0.4.28"

[dependencies.odbc-api]
version = "28"

[dependencies.sqlx-core]
version = "=0.9.0"
features = ["any"]
default-features = false

[dependencies.thiserror]
version = "2.0.17"

[dependencies.url]
version = "2.5.7"

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