# 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.63" name = "ballista-cli" version = "0.12.0" authors = ["Apache Arrow "] description = "Command Line Client for Ballista distributed query engine." homepage = "https://github.com/apache/arrow-ballista" readme = "README.md" keywords = [ "ballista", "cli", ] license = "Apache-2.0" repository = "https://github.com/apache/arrow-ballista" [dependencies.ballista] version = "0.12.0" features = ["standalone"] [dependencies.clap] version = "3" features = [ "derive", "cargo", ] [dependencies.datafusion] version = "35.0.0" [dependencies.datafusion-cli] version = "35.0.0" [dependencies.dirs] version = "5.0.1" [dependencies.env_logger] version = "0.10" [dependencies.mimalloc] version = "0.1" default-features = false [dependencies.num_cpus] version = "1.13.0" [dependencies.rustyline] version = "11.0" [dependencies.tokio] version = "1.0" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ] [features] s3 = ["ballista/s3"]