[package]
name = "kapot-cli"
version = "0.2.1"
description = "Command Line Client for Kapôt distributed query engine."
authors = ["André Claudino <claudino@d2x.com.br>"]
edition = "2021"
keywords = ["kapot", "cli"]
license = "Apache-2.0"
homepage = "https://github.com/neurono-ml/kapot"
repository = "https://github.com/neurono-ml/kapot"
rust-version = "1.72"
readme = "README.md"
[dependencies]
kapot = { version = "0.2.0", path = "../client", features = ["standalone"] }
clap = { workspace = true }
datafusion = { workspace = true }
datafusion-cli = { workspace = true }
rustyline = { workspace = true }
env_logger = { workspace = true }
dirs = "5.0.1"
mimalloc = { version = "0.1", default-features = false }
num_cpus = "1.13.0"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot"] }
[features]
s3 = ["kapot/object-stores"]