qql-cli 0.2.1

Command-line interface, REPL, converter, and migration tools for QQL
# 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.98"
name = "qql-cli"
version = "0.2.1"
authors = ["Srimon Danguria <srimon12mckv@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface, REPL, converter, and migration tools for QQL"
homepage = "https://github.com/srimon12/qql-rs"
documentation = "https://docs.rs/qql-cli"
readme = "README.md"
keywords = [
    "qql",
    "qdrant",
    "cli",
    "vector-search",
    "query-language",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/srimon12/qql-rs"

[features]
default = [
    "grpc",
    "rest",
]
edge = [
    "qql-edge",
    "qql-edge/http-embedding",
]
grpc = ["qql/grpc"]
rest = ["qql/rest"]

[[bin]]
name = "qql"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.mimalloc]
version = "0.1"

[dependencies.qql]
version = "0.2.1"
default-features = false

[dependencies.qql-core]
version = "0.2.1"

[dependencies.qql-edge]
version = "0.2.1"
optional = true

[dependencies.qql-plan]
version = "0.2.1"

[dependencies.rustyline]
version = "14"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

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

[dependencies.unicode-width]
version = "0.2"