kodegen_tools_sequential_thinking 0.10.11

KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents.
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 = "2024"
name = "kodegen_tools_sequential_thinking"
version = "0.10.11"
authors = ["KODEGEN.ᴀɪ"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents."
homepage = "https://kodegen.ai"
readme = "README.md"
keywords = [
    "mcp",
    "terminal",
    "agent",
    "filesystem",
    "claude",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "api-bindings",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/cyrup-ai/kodegen-tools-sequential-thinking"

[package.metadata.bundle]
identifier = "ai.kodegen.kodegen_tools_sequential_thinking"
publisher = "KODEGEN.ᴀɪ"
copyright = "Copyright © 2025"
short_description = "Memory-efficient, Blazing-Fast, MCP tools for code generation agents."

[package.metadata.bundle.category]
linux = "Development"
macos = "public.app-category.developer-tools"

[features]
default = []
server = []

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

[[bin]]
name = "kodegen-sequential-thinking"
path = "src/main.rs"

[[example]]
name = "sequential_thinking_demo"
path = "examples/sequential_thinking_demo.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.cyrup_termcolor]
version = "2"

[dependencies.dashmap]
version = "6"

[dependencies.dirs]
version = "6"

[dependencies.env_logger]
version = "0.11"

[dependencies.kodegen_config]
version = "0.10"

[dependencies.kodegen_config_manager]
version = "0.10"

[dependencies.kodegen_mcp_schema]
version = "0.10"

[dependencies.kodegen_server_http]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rmcp]
version = "0.11"
features = [
    "client",
    "schemars",
    "server",
    "transport-child-process",
    "transport-io",
    "transport-streamable-http-client",
    "transport-streamable-http-client-reqwest",
]

[dependencies.rustls]
version = "0.23"

[dependencies.schemars]
version = "1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.uuid]
version = "1"
features = [
    "serde",
    "v4",
]

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.const_format]
version = "0.2"

[dev-dependencies.http]
version = "1"

[dev-dependencies.kodegen_mcp_client]
version = "0.10"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dev-dependencies.tracing]
version = "0.1"

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