codeswarm-adapters 0.8.8

Reusable ACP and native coding-agent adapters for CodeSwarm
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.8.8"
authors = ["CodeSwarm contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable ACP and native coding-agent adapters for CodeSwarm"
readme = false
license = "MIT"
repository = "https://github.com/HainanZhao/codeswarm-rs"
resolver = "2"

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

[[bin]]
name = "codeswarm-replay"
path = "src/bin/codeswarm-replay.rs"

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.futures]
version = "0.3.31"

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

[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"