atomr-agents-coding-cli-harness-web 0.17.0

Axum + embedded SPA companion for the coding-cli harness. Start runs, browse results, follow SSE events, and attach an xterm.js terminal to tmux-wrapped interactive sessions over WebSocket.
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.78"
name = "atomr-agents-coding-cli-harness-web"
version = "0.17.0"
authors = ["atomr-agents contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Axum + embedded SPA companion for the coding-cli harness. Start runs, browse results, follow SSE events, and attach an xterm.js terminal to tmux-wrapped interactive sessions over WebSocket."
homepage = "https://github.com/rustakka/atomr-agents"
readme = "README.md"
keywords = [
    "agents",
    "cli",
    "web",
    "atomr",
]
categories = ["web-programming::http-server"]
license = "Apache-2.0"
repository = "https://github.com/rustakka/atomr-agents"

[features]
default = ["embed-ui"]
embed-ui = ["dep:rust-embed"]

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

[[bin]]
name = "atomr-agents-coding-cli-harness-web"
path = "src/bin/server.rs"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.atomr-agents-callable]
version = "0.17.0"

[dependencies.atomr-agents-coding-cli-core]
version = "0.17.0"

[dependencies.atomr-agents-coding-cli-harness]
version = "0.17.0"

[dependencies.atomr-agents-coding-cli-isolator]
version = "0.17.0"

[dependencies.atomr-agents-core]
version = "0.17.0"

[dependencies.atomr-agents-observability]
version = "0.17.0"

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "serde",
]
default-features = false

[dependencies.futures]
version = "0.3"

[dependencies.futures-util]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rust-embed]
version = "8"
features = ["mime-guess"]
optional = true

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.39"
features = [
    "full",
    "full",
]

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

[dependencies.tower]
version = "0.5"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.http-body-util]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1.39"
features = [
    "full",
    "full",
    "test-util",
]

[dev-dependencies.tower]
version = "0.5"
features = ["util"]