gopher-mcp-rust 0.1.2-11

Rust SDK for Gopher Orch - AI Agent orchestration framework
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 = "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]