# 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_cli" version = "0.1.2" authors = ["sundy-li >"] description = "Replace with description" documentation = "https://docs.rs/arrow_cli" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/sundy-li/arrow_cli" [dependencies.arrow] version = "51" features = ["ipc_compression"] [dependencies.arrow-cast] version = "51" features = ["prettyprint"] [dependencies.arrow-flight] version = "51" features = ["flight-sql-experimental"] [dependencies.atty] version = "0.2" [dependencies.clap] version = "4.1.0" features = ["derive"] [dependencies.futures] version = "0.3" features = ["alloc"] default-features = false [dependencies.rustyline] version = "11.0.0" [dependencies.shlex] version = "1.1.0" [dependencies.tokio] version = "1.26" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ] [dependencies.tonic] version = "0.11" features = [ "transport", "codegen", "tls", "prost", ] default-features = false