contextdb-cli 0.3.1

Interactive CLI for contextdb — explore relational, graph, and vector queries in a REPL
# 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 = "contextdb-cli"
version = "0.3.1"
authors = ["John Cyriac <lucidprogrammer@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive CLI for contextdb — explore relational, graph, and vector queries in a REPL"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/context-graph-ai/contextdb"
resolver = "2"

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

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

[dependencies.contextdb-core]
version = "0.3"

[dependencies.contextdb-engine]
version = "0.3"

[dependencies.contextdb-server]
version = "0.3"

[dependencies.rustyline]
version = "17.0.2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.contextdb-parser]
version = "0.3"