litecode 0.1.1

An ultra-lightweight Coding MCP server built with Rust
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 = "litecode"
version = "0.1.1"
authors = ["orange"]
build = false
exclude = [
    ".github/",
    "docs/",
    "playground/",
    "target/",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ultra-lightweight Coding MCP server built with Rust"
homepage = "https://github.com/mirrorange/LiteCode"
readme = "README.md"
keywords = [
    "mcp",
    "coding",
    "llm",
    "tools",
    "server",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/mirrorange/LiteCode"

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

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

[dependencies.axum]
version = "0.8.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.globwalk]
version = "0.9.1"

[dependencies.grep]
version = "0.4.1"

[dependencies.grep-regex]
version = "0.1.14"

[dependencies.grep-searcher]
version = "0.1.16"

[dependencies.ignore]
version = "0.4.25"

[dependencies.lopdf]
version = "0.40.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
    "process",
    "signal",
    "io-util",
    "sync",
    "time",
]

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"

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