agent-diva-cli 0.2.0

CLI application for agent-diva
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 = "2021"
rust-version = "1.80.0"
name = "agent-diva-cli"
version = "0.2.0"
authors = ["mastwet@UndefineFoundation"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI application for agent-diva"
readme = false
license = "MIT"
repository = "https://github.com/ProjectViVy/agent-diva"

[package.metadata.deb]
maintainer = "Agent Diva Team <agent-diva@example.com>"
copyright = "2024, Agent Diva Contributors"
license-file = [
    "../LICENSE",
    "0",
]
extended-description = """
Agent Diva is a modular AI assistant framework that connects multiple chat platforms
to multiple LLM providers with a built-in tool system."""
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/agent-diva",
    "usr/bin/agent-diva",
    "755",
],
    [
    "../LICENSE",
    "usr/share/doc/agent-diva/LICENSE",
    "644",
],
    [
    "../README.md",
    "usr/share/doc/agent-diva/README.md",
    "644",
],
]

[package.metadata.deb.variants.x86_64]
name = "agent-diva"

[package.metadata.deb.systemd-units]
unit-name = "agent-diva"
unit-scripts = "../contrib/systemd"
enable = false
start = false

[features]
default = ["full"]
full = ["dep:agent-diva-manager"]
nano = ["dep:agent-diva-nano"]

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

[[bin]]
name = "agent-diva"
path = "src/main.rs"

[[test]]
name = "config_commands"
path = "tests/config_commands.rs"

[[test]]
name = "direct_chat_smoke"
path = "tests/direct_chat_smoke.rs"

[[test]]
name = "integration_logs"
path = "tests/integration_logs.rs"

[dependencies.agent-diva-agent]
version = "0.2.0"

[dependencies.agent-diva-channels]
version = "0.2.0"

[dependencies.agent-diva-core]
version = "0.2.0"

[dependencies.agent-diva-manager]
version = "0.1.0"
optional = true

[dependencies.agent-diva-nano]
version = "0.2.0"
optional = true

[dependencies.agent-diva-providers]
version = "0.2.0"

[dependencies.agent-diva-tools]
version = "0.2.0"

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.28"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5.0"

[dependencies.eventsource-stream]
version = "0.2"

[dependencies.futures]
version = "0.3"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "socks",
    "multipart",
    "blocking",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.35"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
    "fs",
    "process",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.mockito]
version = "1.2"

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

[target."cfg(windows)".dependencies.windows-service]
version = "0.7"