hatidata-cli 0.6.0

HatiData CLI — local-first data warehouse for AI agents
Documentation
# 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"
name = "hatidata-cli"
version = "0.6.0"
authors = ["Marviy Pte Ltd <info@hatios.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "hati"
description = "HatiData CLI — local-first data warehouse for AI agents"
homepage = "https://hatidata.com"
readme = "README.md"
keywords = [
    "data-warehouse",
    "duckdb",
    "ai-agents",
    "sql",
    "snowflake",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/HatiOS-AI/HatiData-Core"

[lib]
name = "hatidata_cli"
path = "src/lib.rs"

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.colored]
version = "2"

[dependencies.comfy-table]
version = "7"

[dependencies.dirs]
version = "5"

[dependencies.duckdb]
version = "1.0"
features = ["bundled"]

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.toml]
version = "0.8"

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