clawgarden-cli 0.1.3

ClawGarden CLI - Multi-bot/multi-agent Garden management tool
# 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 = "clawgarden-cli"
version = "0.1.3"
authors = ["ClawGarden Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ClawGarden CLI - Multi-bot/multi-agent Garden management tool"
readme = false
keywords = [
    "garden",
    "telegram",
    "bot",
    "cli",
    "agent",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/a7garden/clawgarden"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.dirs]
version = "5.0"

[dependencies.inquire]
version = "0.7"

[dependencies.once_cell]
version = "1.19"

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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