a8e-test-support 0.1.2

Articulate (a8e): The sovereign AI operator for your terminal.
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"
name = "a8e-test-support"
version = "0.1.2"
authors = ["a8e-ai <dev@a8e.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Articulate (a8e): The sovereign AI operator for your terminal."
readme = false
license = "Apache-2.0"
repository = "https://github.com/a8e-ai/a8e"

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

[[example]]
name = "mcp_fixture_server"
path = "examples/mcp_fixture_server.rs"

[dependencies.axum]
version = "0.7"

[dependencies.rmcp]
version = "0.15.0"
features = [
    "schemars",
    "auth",
    "server",
    "macros",
    "transport-streamable-http-server",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[lints.clippy]
string_slice = "warn"
uninlined_format_args = "allow"