forgemax 0.4.2

Forgemax Code Mode MCP Gateway - CLI entry point
# 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"
rust-version = "1.91.1"
name = "forgemax"
version = "0.4.2"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Forgemax Code Mode MCP Gateway - CLI entry point"
readme = false
keywords = [
    "mcp",
    "mcp-gateway",
    "gateway",
    "ai",
    "code-mode",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "FSL-1.1-ALv2"
repository = "https://github.com/postrv/forgemax"

[features]
config-watch = ["forge-config/config-watch"]
default = [
    "worker-pool",
    "metrics",
    "config-watch",
]
metrics = ["forge-sandbox/metrics"]
worker-pool = ["forge-sandbox/worker-pool"]

[[bin]]
name = "forgemax"
path = "src/main.rs"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.forge-client]
version = "0.4.2"

[dependencies.forge-config]
version = "0.4.2"

[dependencies.forge-error]
version = "0.4.2"

[dependencies.forge-manifest]
version = "0.4.2"

[dependencies.forge-sandbox]
version = "0.4.2"

[dependencies.forge-server]
version = "0.4.2"

[dependencies.rmcp]
version = "0.17"
features = [
    "server",
    "macros",
    "transport-io",
]

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]

[dependencies.strsim]
version = "0.11"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.forge-error]
version = "0.4.2"

[dev-dependencies.serde_json]
version = "1"
features = ["raw_value"]

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