# 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-flight-sql-client" version = "0.4.0" authors = ["Tim Van Wassenhove "] description = "An Apache Arrow Flight SQL client" readme = "README.md" keywords = [ "arrow", "flight-sql", ] license = "Apache-2.0" repository = "https://github.com/timvw/arrow-flight-sql-client" resolver = "2" [dependencies.arrow] version = "15.0.0" features = ["prettyprint"] [dependencies.bytes] version = "1" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", ] [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.prost] version = "0.10" [dependencies.prost-derive] version = "0.10" [dependencies.prost-types] version = "0.10.1" [dependencies.tokio] version = "1.18" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.tonic] version = "0.7" [build-dependencies.tonic-build] version = "0.7"