mesh-llm-cli 0.75.0

Reusable CLI support surface for mesh-llm
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 = "2024"
name = "mesh-llm-cli"
version = "0.75.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable CLI support surface for mesh-llm"
homepage = "https://github.com/Mesh-LLM/mesh-llm"
readme = "README.md"
keywords = [
    "llm",
    "mesh",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Mesh-LLM/mesh-llm"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.mesh-llm-build-info]
version = "0.75.0"

[dependencies.mesh-llm-events]
version = "0.75.0"

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

[lints.clippy]
cognitive_complexity = "warn"
too_many_lines = "warn"