darwincode 1.9.78

The open source terminal AI coding agent
# 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 = "darwincode"
version = "1.9.78"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The open source terminal AI coding agent"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "ai",
    "agent",
    "coding",
]
categories = [
    "command-line-interface",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/femboypig/darwincode"

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.crossterm]
version = "0.28.1"

[dependencies.keyring]
version = "2.1"

[dependencies.rand]
version = "0.10.1"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.scraper]
version = "0.22.0"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.11.0"

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

[dependencies.ureq]
version = "2.12.1"
features = ["json"]