tooltest-core 0.4.1

Core runner for MCP conformance testing.
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 = "tooltest-core"
version = "0.4.1"
build = false
exclude = ["src/bin/stdio_test_server.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core runner for MCP conformance testing."
readme = "README.md"
license = "MIT"
repository = "https://github.com/lambdamechanic/tooltest"

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.jsonschema]
version = "0.26"

[dependencies.log]
version = "0.4"

[dependencies.nonempty]
version = "0.10"

[dependencies.proptest]
version = "1"

[dependencies.proptest-state-machine]
version = "0.6"

[dependencies.proptest_async]
version = "0.2"
features = ["tokio"]
default-features = false

[dependencies.regex]
version = "1"

[dependencies.regex-syntax]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dependencies.rmcp]
version = "0.12"
features = [
    "client",
    "schemars",
    "transport-child-process",
    "transport-streamable-http-client-reqwest",
    "transport-streamable-http-server",
    "transport-streamable-http-server-session",
]

[dependencies.rslint_regex]
version = "0.3"

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "process",
    "rt",
    "rt-multi-thread",
    "time",
]

[dependencies.toml]
version = "0.8"

[dev-dependencies.axum]
version = "0.7"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage)",
    "cfg(coverage_nightly)",
]