[package]
edition = "2021"
name = "gopher-mcp-rust"
version = "0.1.2-11"
authors = ["GopherSecurity"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for Gopher Orch - AI Agent orchestration framework"
readme = "README.md"
keywords = [
"ai",
"agent",
"mcp",
"llm",
"orchestration",
]
categories = [
"api-bindings",
"development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/GopherSecurity/gopher-mcp-rust"
[features]
auth = []
default = []
[lib]
name = "gopher_mcp_rust"
path = "src/lib.rs"
[[example]]
name = "client_example_json"
path = "examples/client_example_json.rs"
[[test]]
name = "ffi_tests"
path = "tests/ffi_tests.rs"
[dependencies.libloading]
version = "0.7"
[dependencies.once_cell]
version = "=1.17.0"
[dev-dependencies]
[build-dependencies]