[[bin]]
name = "kodegen-git"
path = "src/main.rs"
[dependencies.anyhow]
version = "1"
[dependencies.chrono]
version = "0.4"
[dependencies.env_logger]
version = "0.11"
[dependencies.futures]
version = "0.3"
[dependencies.gix]
default-features = false
features = ["blob-diff", "blocking-network-client", "blocking-http-transport-reqwest-rust-tls", "max-performance", "credentials", "dirwalk", "revision", "index", "blob-diff", "worktree-mutation", "merge", "excludes", "status"]
version = "0.75"
[dependencies.gix-lock]
version = "19"
[dependencies.gix-tempfile]
version = "19"
[dependencies.gix-url]
version = "0.33"
[dependencies.gix-utils]
version = "0.3"
[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.regex]
version = "1.12"
[dependencies.rmcp]
features = ["client", "schemars", "server", "transport-child-process", "transport-io", "transport-streamable-http-client", "transport-streamable-http-client-reqwest"]
version = "0.11"
[dependencies.rustls]
version = "0.23"
[dependencies.schemars]
version = "1"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.similar]
version = "2.7"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros", "sync", "fs"]
version = "1"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.walkdir]
version = "2"
[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"
[dev-dependencies.http]
version = "1"
[dev-dependencies.kodegen_mcp_client]
version = "0.10"
[dev-dependencies.reqwest]
default-features = false
features = ["json", "stream", "rustls-tls"]
version = "0.12"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tracing]
version = "0.1"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.uuid]
features = ["v4"]
version = "1"
[[example]]
name = "direct_comprehensive"
path = "examples/direct_comprehensive.rs"
[[example]]
name = "git_demo"
path = "examples/git_demo.rs"
[lib]
name = "kodegen_tools_git"
path = "src/lib.rs"
[package]
authors = ["KODEGEN.ᴀɪ"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities", "api-bindings"]
description = "KODEGEN.ᴀɪ: Memory-efficient, Blazing-Fast, MCP tools for code generation agents."
edition = "2024"
homepage = "https://kodegen.ai"
keywords = ["mcp", "terminal", "agent", "filesystem", "claude"]
license = "Apache-2.0 OR MIT"
name = "kodegen_tools_git"
readme = "README.md"
repository = "https://github.com/cyrup-ai/kodegen-tools-git"
version = "0.10.6"
[package.metadata.bundle]
copyright = "Copyright © 2025"
identifier = "ai.kodegen.kodegen_tools_git"
publisher = "KODEGEN.ᴀɪ"
short_description = "Memory-efficient, Blazing-Fast, MCP tools for code generation agents."
[package.metadata.bundle.category]
linux = "Development"
macos = "public.app-category.developer-tools"
[[test]]
name = "git"
path = "tests/git.rs"
[[test]]
name = "runtime"
path = "tests/runtime.rs"
[[test]]
name = "test_lib"
path = "tests/test_lib.rs"