# 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.71.1" name = "arrow-flight" version = "53.2.0" authors = ["Apache Arrow "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Apache Arrow Flight" homepage = "https://github.com/apache/arrow-rs" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/arrow-rs" [package.metadata.docs.rs] all-features = true [lib] name = "arrow_flight" path = "src/lib.rs" [[bin]] name = "flight_sql_client" path = "src/bin/flight_sql_client.rs" required-features = [ "cli", "flight-sql-experimental", "tls", ] [[example]] name = "flight_sql_server" path = "examples/flight_sql_server.rs" required-features = [ "flight-sql-experimental", "tls", ] [[example]] name = "server" path = "examples/server.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "encode_decode" path = "tests/encode_decode.rs" [[test]] name = "flight_sql_client" path = "tests/flight_sql_client.rs" required-features = [ "flight-sql-experimental", "tls", ] [[test]] name = "flight_sql_client_cli" path = "tests/flight_sql_client_cli.rs" required-features = [ "cli", "flight-sql-experimental", "tls", ] [dependencies.anyhow] version = "1.0" optional = true [dependencies.arrow-arith] version = "53.2.0" optional = true [dependencies.arrow-array] version = "53.2.0" [dependencies.arrow-buffer] version = "53.2.0" [dependencies.arrow-cast] version = "53.2.0" [dependencies.arrow-data] version = "53.2.0" optional = true [dependencies.arrow-ipc] version = "53.2.0" [dependencies.arrow-ord] version = "53.2.0" optional = true [dependencies.arrow-row] version = "53.2.0" optional = true [dependencies.arrow-schema] version = "53.2.0" [dependencies.arrow-select] version = "53.2.0" optional = true [dependencies.arrow-string] version = "53.2.0" optional = true [dependencies.base64] version = "0.22" features = ["std"] default-features = false [dependencies.bytes] version = "1" default-features = false [dependencies.clap] version = "4.4.6" features = [ "std", "derive", "env", "help", "error-context", "usage", "wrap_help", "color", "suggestions", ] optional = true default-features = false [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.once_cell] version = "1" optional = true [dependencies.paste] version = "1.0" [dependencies.prost] version = "0.13.1" features = ["prost-derive"] default-features = false [dependencies.prost-types] version = "0.13.1" default-features = false [dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", ] default-features = false [dependencies.tonic] version = "0.12.3" features = [ "transport", "codegen", "prost", ] default-features = false [dependencies.tracing-log] version = "0.2" optional = true [dependencies.tracing-subscriber] version = "0.3.1" features = [ "ansi", "env-filter", "fmt", ] optional = true default-features = false [dev-dependencies.arrow-cast] version = "53.2.0" features = ["prettyprint"] [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.http] version = "1.1.0" [dev-dependencies.http-body] version = "1.0.0" [dev-dependencies.hyper-util] version = "0.1" [dev-dependencies.pin-project-lite] version = "0.2" [dev-dependencies.tempfile] version = "3.3" [dev-dependencies.tokio-stream] version = "0.1" features = ["net"] [dev-dependencies.tower] version = "0.5.0" features = ["util"] [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [features] cli = [ "anyhow", "arrow-cast/prettyprint", "clap", "tracing-log", "tracing-subscriber", "tonic/tls-webpki-roots", ] default = [] flight-sql-experimental = [ "arrow-arith", "arrow-data", "arrow-ord", "arrow-row", "arrow-select", "arrow-string", "once_cell", ] tls = ["tonic/tls"]