[package]
edition = "2024"
name = "quai"
version = "0.13.0"
authors = ["Bojan Durickovic <dev@deyanovich.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive Quarb — a session REPL with query-macro history"
homepage = "https://quarb.org"
readme = "README.md"
keywords = [
"query",
"repl",
"interactive",
"quarb",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/quarb/engine"
[[bin]]
name = "quai"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.qua]
version = "0.13.0"
[dependencies.quarb]
version = "0.13.0"
[dependencies.quarb-model]
version = "0.13.0"
[dependencies.quarb-relational]
version = "0.13.0"
[dependencies.quarb-session]
version = "0.13.0"
[dependencies.rustyline]
version = "14"