mcpmesh-local-api 0.2.0

mcpmesh local control plane: UDS client/service seam and the shared *-local/1 vocabulary
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.95.0"
name = "mcpmesh-local-api"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mcpmesh local control plane: UDS client/service seam and the shared *-local/1 vocabulary"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/counterpunchtech/mcpmesh"

[features]
client = [
    "dep:tokio",
    "dep:mcpmesh-codec",
]
service = [
    "client",
    "dep:rustix",
    "dep:tracing",
]

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

[dependencies.mcpmesh-codec]
version = "0.2.0"
optional = true

[dependencies.rustix]
version = "1"
features = ["process"]
optional = true

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"
optional = true

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

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

[lints.rust]
unsafe_code = "forbid"