ballista-cli 52.0.0

Command Line Client for Ballista distributed query engine.
Documentation
# 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 = "2024"
rust-version = "1.88.0"
name = "ballista-cli"
version = "52.0.0"
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command Line Client for Ballista distributed query engine."
homepage = "https://datafusion.apache.org/ballista/"
readme = "README.md"
keywords = [
    "ballista",
    "cli",
]
license = "Apache-2.0"
repository = "https://github.com/apache/datafusion-ballista"

[features]

[lib]
name = "ballista_cli"
path = "src/lib.rs"

[[bin]]
name = "ballista-cli"
path = "src/main.rs"

[dependencies.ballista]
version = "52.0.0"
features = ["standalone"]

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
    "derive",
    "cargo",
]

[dependencies.datafusion]
version = "52"

[dependencies.datafusion-cli]
version = "52"

[dependencies.dirs]
version = "6.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.mimalloc]
version = "0.1"

[dependencies.rustyline]
version = "17.0.1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "rt-multi-thread",
    "sync",
    "parking_lot",
]