vibe-tests 0.0.1

Integration test framework for MCP servers with LLM-powered tool calling.
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"
name = "vibe-tests"
version = "0.0.1"
authors = ["Vitaliy Zarubin <keygenqt@yandex.ru"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Integration test framework for MCP servers with LLM-powered tool calling."
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitcode.com/keygenqt_vz/vibe-tests"

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.ctor]
version = "1.0.1"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.dtor]
version = "1.0.0"

[dependencies.os_pipe]
version = "1.2"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

[dependencies.rmcp]
version = "1.4.0"
features = [
    "client",
    "transport-streamable-http-client-reqwest",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3.27"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "time",
    "sync",
]

[dependencies.tracing]
version = "0.1"

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

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]