winx-code-agent 0.2.305

High-performance Rust implementation of WCGW for LLM code 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 = "2021"
rust-version = "1.75"
name = "winx-code-agent"
version = "0.2.305"
authors = ["Gabriel Maia <gabrielmaialva33@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance Rust implementation of WCGW for LLM code agents"
readme = "README.md"
keywords = [
    "mcp",
    "llm",
    "code-agent",
    "shell",
    "wcgw",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/gabrielmaialva33/winx-code-agent"

[features]
default = []

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

[[bin]]
name = "winx-code-agent"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.glob]
version = "0.3"

[dependencies.home]
version = "0.5"

[dependencies.lazy_static]
version = "1.5"

[dependencies.libc]
version = "0.2"

[dependencies.memmap2]
version = "0.9"

[dependencies.mime_guess]
version = "2.0"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.rand]
version = "0.10.1"

[dependencies.rayon]
version = "1.10"

[dependencies.regex]
version = "1.11"

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

[dependencies.schemars]
version = "1.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.strsim]
version = "0.11"

[dependencies.tempfile]
version = "3.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.tiktoken-rs]
version = "0.11.0"

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

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

[dependencies.tree-sitter]
version = "0.25"

[dependencies.tree-sitter-bash]
version = "0.25.1"

[dependencies.tree-sitter-javascript]
version = "0.25.0"

[dependencies.tree-sitter-json]
version = "0.24.8"

[dependencies.tree-sitter-rust]
version = "0.24.2"

[dependencies.tree-sitter-typescript]
version = "0.23.2"

[dependencies.vte]
version = "0.15"

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

[lints.clippy]
dbg_macro = "warn"
expect_used = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
panic = "warn"
print_stderr = "warn"
print_stdout = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
dead_code = "allow"
unused = "allow"

[profile.dev]
opt-level = 0
debug = 2

[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true

[profile.test]
opt-level = 0
debug = 2