lds-git 0.13.1

Git module for local-develop-server (lds) — git2-rs backed read/write with session-scoped write safety
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 = "lds-git"
version = "0.13.1"
authors = ["Yutaka Nishimura"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git module for local-develop-server (lds) — git2-rs backed read/write with session-scoped write safety"
homepage = "https://github.com/ynishi/local-develop-server"
readme = false
keywords = [
    "mcp",
    "development",
    "agent",
    "git",
    "recipe",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ynishi/local-develop-server"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.git2]
version = "0.20"

[dependencies.lds-core]
version = "0.13.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "process",
    "time",
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "rt",
    "macros",
]