adbc_clickhouse 0.1.0-alpha.1

Official ClickHouse ADBC driver.
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 = "adbc_clickhouse"
version = "0.1.0-alpha.1"
authors = [
    "Austin Bonander <austin.bonander@clickhouse.com>",
    "Serge Klochkov <serge.klochkov@clickhouse.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official ClickHouse ADBC driver."
homepage = "https://clickhouse.com/docs/integrations/rust"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/clickhouse/adbc_clickhouse"

[features]
ffi = ["adbc_ffi"]
native-tls = ["clickhouse/native-tls"]
rustls-tls = ["clickhouse/rustls-tls"]
rustls-tls-aws-lc = ["clickhouse/rustls-tls-aws-lc"]
rustls-tls-native-roots = ["clickhouse/rustls-tls-native-roots"]
rustls-tls-ring = ["clickhouse/rustls-tls-ring"]
rustls-tls-webpki-roots = ["clickhouse/rustls-tls-webpki-roots"]

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.adbc_core]
version = "0.22.0"

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

[dependencies.arrow-array]
version = "57.0.0"

[dependencies.arrow-buffer]
version = "57.0.0"

[dependencies.arrow-ipc]
version = "57.0.0"
features = ["lz4"]

[dependencies.arrow-schema]
version = "57.0.0"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.clickhouse]
version = "0.14.2"

[dependencies.clickhouse-types]
version = "0.1.1"

[dependencies.rand]
version = "0.9.2"
features = ["alloc"]

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

[dependencies.tokio]
version = "1.48.0"
features = ["rt"]

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

[dev-dependencies.arrow]
version = "57.0.0"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]