mlua-swarm-server 0.17.0

HTTP + WebSocket server for mlua-swarm (task API, Blueprint store, Operator WS sessions).
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.77"
name = "mlua-swarm-server"
version = "0.17.0"
authors = ["Yutaka Nishimura <ytk.nishimura@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP + WebSocket server for mlua-swarm (task API, Blueprint store, Operator WS sessions)."
homepage = "https://github.com/ynishi/mlua-swarm"
readme = "README.md"
keywords = [
    "swarm",
    "lua",
    "mcp",
    "http",
    "websocket",
]
categories = [
    "asynchronous",
    "web-programming::websocket",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/mlua-swarm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

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

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

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

[dependencies.hex]
version = "0.4"

[dependencies.mlua-flow-ir]
version = "0.2.0"

[dependencies.mlua-swarm]
version = "0.17.0"

[dependencies.mlua-swarm-compile]
version = "0.17.0"

[dependencies.mlua-swarm-schema]
version = "0.17.0"

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

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.rusqlite-isle]
version = "0.2"
features = ["tokio"]

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

[dev-dependencies.tokio-tungstenite]
version = "0.24"