turbomcp-openapi 3.0.2

OpenAPI to MCP conversion - expose REST APIs as MCP tools and resources
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"
rust-version = "1.89.0"
name = "turbomcp-openapi"
version = "3.0.2"
authors = ["Nicholas Paterno <nick@epistates.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI to MCP conversion - expose REST APIs as MCP tools and resources"
homepage = "https://turbomcp.org"
readme = "README.md"
keywords = [
    "mcp",
    "openapi",
    "rest",
    "api",
    "conversion",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Epistates/turbomcp"
resolver = "2"

[features]
default = []

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

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

[dependencies.ipnetwork]
version = "0.20"

[dependencies.openapiv3]
version = "2.2"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "stream",
    "rustls",
    "http2",
    "brotli",
    "gzip",
    "form",
    "query",
    "json",
]
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"
features = [
    "raw_value",
    "preserve_order",
]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50"
features = [
    "rt",
    "rt-multi-thread",
    "net",
    "sync",
    "time",
    "signal",
    "process",
    "macros",
    "io-util",
]

[dependencies.turbomcp-core]
version = "3.0.2"
default-features = false

[dependencies.turbomcp-types]
version = "3.0.2"

[dependencies.url]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.26"

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6.5"