sid-isnt-done 0.6.0

sid is a UNIX-inspired coding agent for Anthropic-compatible APIs
# 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 = "sid-isnt-done"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sid is a UNIX-inspired coding agent for Anthropic-compatible APIs"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "coding-assistant",
    "claude",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/rescrv/sid-isnt-done"

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

[[bin]]
name = "ralph"
path = "src/bin/ralph.rs"

[[bin]]
name = "sid"
path = "src/bin/sid.rs"

[[bin]]
name = "sid-container"
path = "src/bin/sid-container.rs"

[[bin]]
name = "sid-editor-tool"
path = "src/bin/sid-editor-tool.rs"

[[bin]]
name = "sid-init"
path = "src/bin/sid-init.rs"

[[bin]]
name = "sid-path-join"
path = "src/bin/sid-path-join.rs"

[[bin]]
name = "sid-seatbelt"
path = "src/bin/sid-seatbelt.rs"

[[bin]]
name = "sid-skill-inject"
path = "src/bin/sid-skill-inject.rs"

[[bin]]
name = "sidiff"
path = "src/bin/sidiff.rs"

[[bin]]
name = "sidrepo"
path = "src/bin/sidrepo.rs"

[[bin]]
name = "sidreview"
path = "src/bin/sidreview.rs"

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

[dependencies.arrrg]
version = "^0.10"

[dependencies.arrrg_derive]
version = "^0.10"

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

[dependencies.base64]
version = "0.22"

[dependencies.claudius]
version = "^0.33"

[dependencies.crossterm]
version = "0.29"
features = ["use-dev-tty"]

[dependencies.ctrlc]
version = "3.5"
features = ["termination"]

[dependencies.getopts]
version = "0.2.24"

[dependencies.handled]
version = "^0.7"

[dependencies.libc]
version = "0.2"

[dependencies.mxsh]
version = "0.3.0"
features = [
    "embed",
    "unix-runtime",
]
default-features = false

[dependencies.ratatui]
version = "0.30"
features = [
    "crossterm_0_29",
    "unstable-rendered-line-info",
]
default-features = false

[dependencies.rc_conf]
version = "^0.18"
default-features = false

[dependencies.regex]
version = "1"

[dependencies.rustyline]
version = "17.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.setsum]
version = "^0.9"

[dependencies.shvar]
version = "^0.10"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
]

[dependencies.tokio]
version = "1.49"
features = ["full"]

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

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

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

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

[dependencies.unicode-width]
version = "0.2"

[dependencies.utf8path]
version = "^0.11"

[profile.release]
opt-level = 2
lto = true
debug = 2
panic = "abort"