stdiobus 1.1.1

AI agent transport layer - unified SDK for MCP/ACP protocols
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.70"
name = "stdiobus"
version = "1.1.1"
authors = ["Raman Marozau <raman@worktif.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI agent transport layer - unified SDK for MCP/ACP protocols"
homepage = "https://stdiobus.com"
documentation = "https://docs.rs/stdiobus"
readme = "README.md"
keywords = [
    "stdiobus",
    "mcp",
    "acp",
    "agent",
    "transport",
]
categories = [
    "network-programming",
    "asynchronous",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/stdiobus/stdiobus-rust"

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

[features]
default = ["docker"]
docker = ["stdiobus-client/docker"]
full = [
    "docker",
    "native",
]
native = ["stdiobus-client/native"]

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

[dependencies.stdiobus-client]
version = "1.1.1"

[dependencies.stdiobus-core]
version = "1.1.1"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
version = "1.35"
features = ["full"]