clawborg 0.2.2

The fast, single-binary dashboard for OpenClaw AI agent fleets
# 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 = "clawborg"
version = "0.2.2"
build = false
include = [
    "/src/**/*.rs",
    "/web/dist/**",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The fast, single-binary dashboard for OpenClaw AI agent fleets"
homepage = "https://clawborg.dev"
readme = "README.md"
keywords = [
    "openclaw",
    "ai-agents",
    "dashboard",
    "monitoring",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/clawborg/clawborg"

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.axum-extra]
version = "0.10"
features = ["typed-header"]

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

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

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.mime_guess]
version = "2"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-mini]
version = "0.5"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.toml]
version = "0.8"

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "cors",
    "fs",
    "trace",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1"
features = ["v4"]