codeswarm-adapters 0.7.4

A full-screen terminal workspace for collaborating coding agents
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 = "2024"
name = "codeswarm-adapters"
version = "0.7.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A full-screen terminal workspace for collaborating coding agents"
readme = false
license = "MIT"
repository = "https://github.com/HainanZhao/codeswarm-rs"
resolver = "2"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.codeswarm-core]
version = "=0.7.4"

[dependencies.futures]
version = "0.3.31"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.time]
version = "0.3.55"
features = ["local-offset"]

[dependencies.tokio]
version = "1.49.0"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[target."cfg(unix)".dependencies.nix]
version = "0.29.0"
features = [
    "process",
    "signal",
]

[lints.rust]
missing_debug_implementations = "warn"
unsafe_code = "forbid"