sigit 0.1.0

siGit Code — ACP-compatible AI coding agent for smbCloud platform.
# 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 = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "siGit Code — ACP-compatible AI coding agent for smbCloud platform."
documentation = "https://getsigit.5mb.app/"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.agent-client-protocol]
version = "0.10.4"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.onde]
version = "0.1.1"

[dependencies.ratatui]
version = "0.29"
features = ["crossterm"]
default-features = false

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

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

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