rhei-flight 2.0.0

Arrow Flight SQL server for Rhei HTAP engine OLAP queries
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 = "rhei-flight"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Arrow Flight SQL server for Rhei HTAP engine OLAP queries"
homepage = "https://github.com/ValerioL29/Rhei"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/ValerioL29/Rhei"

[features]
datafusion-backend = ["rhei-olap/datafusion-backend"]
default = ["datafusion-backend"]
duckdb-backend = ["rhei-olap/duckdb-backend"]

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

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

[dependencies.arrow]
version = "58"
features = ["prettyprint"]

[dependencies.arrow-flight]
version = "58"
features = ["flight-sql-experimental"]

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

[dependencies.bytes]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.prost]
version = "0.14"

[dependencies.rhei-core]
version = "2.0.0"

[dependencies.rhei-olap]
version = "2.0.0"
default-features = false

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"