agentoven-cli 0.3.2

CLI for AgentOven — bake production-ready AI agents from the terminal
# 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"
name = "agentoven-cli"
version = "0.3.2"
authors = ["AgentOven Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for AgentOven — bake production-ready AI agents from the terminal"
homepage = "https://agentoven.dev"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "cli",
    "devtools",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/agentoven/agentoven"

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

[dependencies.a2a-ao]
version = "0.3.0"

[dependencies.agentoven-core]
version = "0.3.0"

[dependencies.anyhow]
version = "1"

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "color",
]

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.dirs]
version = "5"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tabled]
version = "0.16"

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

[dependencies.toml]
version = "0.8"