ailake-cli 0.0.11

AI-Lake Format — administrative CLI (create, insert, search, compact, info)
# 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 = "ailake-cli"
version = "0.0.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-Lake Format — administrative CLI (create, insert, search, compact, info)"
readme = false
keywords = [
    "cli",
    "iceberg",
    "vector",
    "lakehouse",
    "vector-search",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ThiagoLange/ai-lakehouse"

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

[dependencies.ailake-catalog]
version = "0.0.11"

[dependencies.ailake-core]
version = "0.0.11"

[dependencies.ailake-parquet]
version = "0.0.11"

[dependencies.ailake-query]
version = "0.0.11"

[dependencies.ailake-store]
version = "0.0.11"
features = [
    "store-s3",
    "store-gcs",
    "store-azure",
]

[dependencies.arrow-array]
version = "52"

[dependencies.arrow-schema]
version = "52"

[dependencies.axum]
version = "0.7"

[dependencies.bytes]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "io-util",
    "fs",
    "sync",
    "time",
    "macros",
]

[dependencies.tracing]
version = "0.1"

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