clawdb-cli 0.1.0

Command-line interface for the ClawDB cognitive database.
# 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.75"
name = "clawdb-cli"
version = "0.1.0"
authors = ["Claw-DB Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "clawdb"
description = "Command-line interface for the ClawDB cognitive database."
homepage = "https://github.com/Claw-DB/ClawDB"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Claw-DB/ClawDB"

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

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

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.backoff]
version = "0.4"
features = ["tokio"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
    "gzip",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.14"

[dependencies.thiserror]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "v5",
    "serde",
]

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "2"

[dev-dependencies.tempfile]
version = "3"

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

[dev-dependencies.wiremock]
version = "0.6"