llmy-cli 0.7.5

All-in-one LLM utilities.
# 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 = "llmy-cli"
version = "0.7.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "All-in-one LLM utilities."
homepage = "https://github.com/wtdcode/llmy"
readme = "Readme.md"
license = "MIT"
repository = "https://github.com/wtdcode/llmy"
resolver = "2"

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

[dependencies.async-openai]
version = "0.36"
features = ["chat-completion-types"]

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.dotenvy]
version = "0"

[dependencies.llmy-agent]
version = "0.7.5"

[dependencies.llmy-agent-tools]
version = "0.7.5"

[dependencies.llmy-clap]
version = "0.7.5"

[dependencies.llmy-client]
version = "0.7.5"

[dependencies.llmy-harness]
version = "0.7.5"

[dependencies.llmy-tokenizer]
version = "0.7.5"

[dependencies.rustyline]
version = "18"

[dependencies.shlex]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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