atomcode-core 4.23.1

Open-source terminal AI coding agent
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"
name = "atomcode-core"
version = "4.23.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-source terminal AI coding agent"
readme = false
license = "MIT"
repository = "https://atomgit.com/atomgit_atomcode/atomcode"

[features]
default = []

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

[[bin]]
name = "mcp-test-server"
path = "src/bin/mcp-test-server.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.atomcode-telemetry]
version = "4.23.1"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.sysinfo]
version = "0.32"
features = ["system"]
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1"

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

[dependencies.tokio-stream]
version = "0.1"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

[dependencies.tree-sitter-c]
version = "0.24"

[dependencies.tree-sitter-c-sharp]
version = "0.23"

[dependencies.tree-sitter-cpp]
version = "0.23"

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

[dependencies.tree-sitter-html]
version = "0.23"

[dependencies.tree-sitter-java]
version = "0.23"

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

[dependencies.tree-sitter-php]
version = "0.24"

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

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

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

[dependencies.url]
version = "2"

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

[dependencies.which]
version = "7"

[dependencies.zstd]
version = "0.13"

[dev-dependencies.atomcode-telemetry]
version = "4.23.1"
features = ["test-util"]

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

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

[dev-dependencies.wiremock]
version = "0.6"

[build-dependencies.tar]
version = "0.4"

[build-dependencies.zstd]
version = "0.13"

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.61"
features = ["Win32_UI_WindowsAndMessaging"]

[target.'cfg(target_os = "windows")'.dependencies.winreg]
version = "0.55"

[target."cfg(unix)".dependencies.libc]
version = "0.2"