basis-acp 0.4.4

The Agent Client Protocol adapter over basis: the same event stream and the same seams, served to editors and web UIs.
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"
rust-version = "1.88"
name = "basis-acp"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Agent Client Protocol adapter over basis: the same event stream and the same seams, served to editors and web UIs."
homepage = "https://github.com/oops-rs/basis"
readme = "README.md"
keywords = [
    "agent",
    "acp",
    "llm",
    "harness",
    "mentra",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/oops-rs/basis"

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

[[test]]
name = "acp"
path = "tests/acp/main.rs"

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

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

[dependencies.agent-client-protocol]
version = "=2.0.0"

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

[dependencies.basis]
version = "0.4"
features = ["mcp"]

[dependencies.blocking]
version = "1"

[dependencies.futures]
version = "0.3"

[dependencies.mentra]
version = "0.18.3"
default-features = false

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dev-dependencies.mentra]
version = "0.18.3"
features = ["test-utils"]
default-features = false

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

[dev-dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "net",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
    "time",
]