objectiveai-mcp-cli 2.0.6

MCP (Model Context Protocol) CLI for ObjectiveAI
# 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 = "objectiveai-mcp-cli"
version = "2.0.6"
authors = ["ObjectiveAI <admin@objectiveai.dev>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP (Model Context Protocol) CLI for ObjectiveAI"
homepage = "https://objectiveai.dev"
documentation = "https://docs.rs/objectiveai-mcp-cli"
readme = "README.md"
keywords = [
    "llm",
    "ai",
    "swarm",
    "mcp",
]
license = "MIT"
repository = "https://github.com/ObjectiveAI/objectiveai"

[features]
default = []
rustpython = ["objectiveai-cli/rustpython"]
systempython = ["objectiveai-cli/systempython"]
viewer = ["objectiveai-cli/viewer"]

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

[[bin]]
name = "objectiveai-mcp-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.axum]
version = "0.8.8"

[dependencies.dotenv]
version = "0.15.0"

[dependencies.envconfig]
version = "0.11.1"

[dependencies.objectiveai-cli]
version = "2.0.6"
default-features = false

[dependencies.rmcp]
version = "0.16.0"
features = [
    "server",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.tokio]
version = "1.50.0"
features = ["full"]

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.tracing]
version = "0.1.44"

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