# 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 = "arrow-udf-flight" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Client for remote Arrow UDFs." readme = "README.md" keywords = [ "arrow", "udf", "flight", ] license = "Apache-2.0" repository = "https://github.com/risingwavelabs/arrow-udf" [lib] name = "arrow_udf_flight" path = "src/lib.rs" [[test]] name = "flight" path = "tests/flight.rs" [dependencies.arrow-array] version = "53" [dependencies.arrow-flight] version = "53" [dependencies.arrow-schema] version = "53" [dependencies.arrow-select] version = "53" [dependencies.futures-util] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["time"] [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1" [dev-dependencies.arrow-cast] version = "53" features = ["prettyprint"] [dev-dependencies.expect-test] version = "1"