jammi-cli 0.13.0

Command-line interface for Jammi AI
# 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.88.0"
name = "jammi-cli"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Jammi AI"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/f-inverse/jammi-ai"

[features]
cuda = ["jammi-ai/cuda"]
metal = ["jammi-ai/metal"]

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

[[test]]
name = "it"
path = "tests/it/main.rs"

[dependencies.arrow]
version = "57"

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

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

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

[dependencies.datafusion]
version = "52.3"

[dependencies.futures]
version = "0.3"

[dependencies.jammi-ai]
version = "0.13.0"

[dependencies.jammi-db]
version = "0.13.0"

[dependencies.jammi-server]
version = "0.13.0"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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

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

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

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