sigit 1.0.4

siGit Code — ACP-compatible AI coding agent. Sí, git.
# 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 = "sigit"
version = "1.0.4"
authors = ["Seto Elkahfi <seto@ondeinference.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "siGit Code — ACP-compatible AI coding agent. Sí, git."
homepage = "https://sigit.si"
documentation = "https://github.com/getsigit/sigit"
readme = "README.md"
keywords = [
    "sigit",
    "cli",
    "ai",
    "coding-agent",
    "llm",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/getsigit/sigit"

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

[dependencies.agent-client-protocol]
version = "0.10.4"
features = [
    "unstable_session_fork",
    "unstable_session_additional_directories",
]

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.futures]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.onde]
version = "1.1.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

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

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

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

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