exarrow-rs 0.6.0

ADBC-compatible driver for Exasol with Arrow data format support
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"
name = "exarrow-rs"
version = "0.6.0"
authors = ["Exasol Labs <labs@exasol.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ADBC-compatible driver for Exasol with Arrow data format support"
homepage = "https://github.com/exasol-labs/exarrow-rs"
documentation = "https://docs.rs/exarrow-rs"
readme = "README.md"
keywords = [
    "exasol",
    "adbc",
    "arrow",
    "database",
    "driver",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/exasol-labs/exarrow-rs"

[features]
benchmark = [
    "dep:fake",
    "dep:rand",
    "dep:indicatif",
    "dep:clap",
    "dep:dotenvy",
    "dep:polars",
]
default = []
ffi = [
    "dep:adbc_core",
    "dep:adbc_ffi",
]

[lib]
name = "exarrow_rs"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"
doctest = false

[[bin]]
name = "benchmark"
path = "benches/rust/benchmark.rs"
required-features = ["benchmark"]

[[bin]]
name = "generate_data"
path = "benches/rust/generate_data.rs"
required-features = ["benchmark"]

[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"

[[example]]
name = "driver_manager_usage"
path = "examples/driver_manager_usage.rs"

[[example]]
name = "health_check"
path = "examples/health_check.rs"

[[example]]
name = "import_export"
path = "examples/import_export.rs"

[[example]]
name = "schema_inference"
path = "examples/schema_inference.rs"

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

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

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

[dependencies.adbc_core]
version = "0.21.0"
optional = true

[dependencies.adbc_ffi]
version = "0.21.0"
optional = true

[dependencies.arrow]
version = "57.1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.aws-lc-rs]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.10"

[dependencies.bzip2]
version = "0.5"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.dotenvy]
version = "0.15"
optional = true

[dependencies.fake]
version = "3.1"
features = [
    "derive",
    "chrono",
]
optional = true

[dependencies.flate2]
version = "1.1"

[dependencies.futures-util]
version = "0.3"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"
optional = true

[dependencies.parquet]
version = "57.1.0"
features = ["async"]

[dependencies.polars]
version = "0.46"
features = [
    "lazy",
    "ipc_streaming",
    "dtype-decimal",
]
optional = true

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.rcgen]
version = "0.13"

[dependencies.rustls]
version = "0.23"
features = [
    "aws-lc-rs",
    "std",
    "tls12",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "rt-multi-thread",
    "net",
    "io-util",
    "time",
    "sync",
    "macros",
    "fs",
]

[dependencies.tokio-rustls]
version = "0.26"
features = ["aws-lc-rs"]
default-features = false

[dependencies.tokio-tungstenite]
version = "0.28.0"
features = ["rustls-tls-native-roots"]

[dependencies.urlencoding]
version = "2.1"

[dev-dependencies.adbc_core]
version = "0.21"

[dev-dependencies.adbc_driver_manager]
version = "0.21"

[dev-dependencies.dotenvy]
version = "0.15"

[dev-dependencies.mockall]
version = "0.14.0"

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