trip-test 0.1.1

Contract testing & regression safety for MCP servers
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 = "trip-test"
version = "0.1.1"
authors = ["Arjav Patel <arjav.patel@showpad.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Contract testing & regression safety for MCP servers"
homepage = "https://github.com/arjav1528/MCP-Tester"
documentation = "https://docs.rs/trip-test"
readme = "README.md"
keywords = [
    "mcp",
    "testing",
    "contract",
    "regression",
    "schema",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/arjav1528/MCP-Tester"

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

[[bin]]
name = "trip-test"
path = "src/main.rs"

[[example]]
name = "test-server"
path = "examples/test-server.rs"

[[example]]
name = "test-server-modified"
path = "examples/test-server-modified.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.lazy_static]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"