quai 0.13.0

Interactive Quarb — a session REPL with query-macro history
# 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"
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"