baseplate 0.2.0

Shared substrate for agentic-harness tooling — model registry, trace types, path resolution, a cxpak MCP client, and Java-test detection
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.94"
name = "baseplate"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared substrate for agentic-harness tooling — model registry, trace types, path resolution, a cxpak MCP client, and Java-test detection"
readme = "README.md"
keywords = [
    "llm",
    "agent",
    "harness",
    "mcp",
    "cxpak",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Barnett-Studios/baseplate"

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

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

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

[dependencies.indexmap]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.rmcp]
version = "2"
features = [
    "client",
    "transport-child-process",
]

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

[dependencies.serde_json]
version = "1"
features = [
    "preserve_order",
    "float_roundtrip",
]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1"

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