elph 0.0.9

Minimalist AI agent companion for coding
# 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"
rust-version = "1.96"
name = "elph"
version = "0.0.9"
authors = ["Aris Ripandi <aris@duck.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimalist AI agent companion for coding"
homepage = "https://elph.space"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "cli",
    "coding",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/riipandi/elph"
resolver = "2"

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

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

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.cuid2]
version = "0.1.6"

[dependencies.elph-agent]
version = "0.0.9"

[dependencies.elph-tui]
version = "0.0.9"

[dependencies.iocraft]
version = "0.8.3"

[dependencies.nix]
version = "0.31"
features = [
    "signal",
    "process",
]
default-features = false

[dependencies.signal-hook]
version = "0.4.4"

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