# 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 = "mcp_rs" version = "0.1.0" authors = ["Emil Lindfors <[email protected]>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a library for making MCP (Model Context Protocol) compatible programs with rust" readme = "README.md" keywords = [ "gen", "anthropic", "mcp_protocol", "mcp", ] categories = ["api-bindings"] license = "MIT" resolver = "1" [lib] name = "mcp_rs" path = "src/lib.rs" [[bin]] name = "server" path = "bin/server.rs" [[example]] name = "cli_client" path = "examples/cli_client.rs" [[test]] name = "client" path = "tests/client.rs" [dependencies.async-stream] version = "0.3.6" [dependencies.async-trait] version = "0.1.83" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.21" features = ["derive"] [dependencies.config] version = "0.14.1" [dependencies.futures] version = "0.3.31" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.jsonrpc-derive] version = "18.0.0" [dependencies.mime_guess] version = "2.0.5" [dependencies.reqwest] version = "0.12.9" features = ["json"] [dependencies.reqwest-eventsource] version = "0.6.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.41.1" features = ["full"] [dependencies.tokio-util] version = "0.7.12" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.4" [dependencies.uuid] version = "1.11.0" features = ["v4"] [dependencies.warp] version = "0.3.7"