llmy-cli 0.12.0

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.12.0"
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"

[features]
default = []
embed = [
    "llmy-agent-tools/embed",
    "llmy-harness/embed",
]
hf-hub-native-tls = [
    "llmy-agent-tools/hf-hub-native-tls",
    "llmy-harness/hf-hub-native-tls",
]
hf-hub-rustls-tls = [
    "llmy-agent-tools/hf-hub-rustls-tls",
    "llmy-harness/hf-hub-rustls-tls",
]
memory-embed-search = [
    "llmy-agent-tools/memory-embed-search",
    "llmy-harness/memory-embed-search",
    "embed",
]
ort-download-binaries-native-tls = [
    "llmy-agent-tools/ort-download-binaries-native-tls",
    "llmy-harness/ort-download-binaries-native-tls",
]
ort-download-binaries-rustls-tls = [
    "llmy-agent-tools/ort-download-binaries-rustls-tls",
    "llmy-harness/ort-download-binaries-rustls-tls",
]

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

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

[dependencies.chrono]
version = "0.4"

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

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

[dependencies.dotenvy]
version = "0"

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

[dependencies.llmy-agent-tools]
version = "0.12.0"
default-features = false

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

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

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

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

[dependencies.rustyline]
version = "18"

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

[dependencies.serde_json]
version = "1"

[dependencies.shlex]
version = "1"

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

[dependencies.tracing]
version = "0.1"

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