elph-agent 0.0.11

Agent runtime for Elph coding assistant
Documentation
# 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-agent"
version = "0.0.11"
authors = ["Aris Ripandi <aris@duck.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent runtime for Elph coding assistant"
homepage = "https://elph.space"
readme = "README.md"
keywords = [
    "agent",
    "runtime",
    "ai",
    "coding",
    "elph",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/riipandi/elph"
resolver = "2"

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

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

[dependencies.indicatif]
version = "0.18.6"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.turso]
version = "0.6.1"

[dev-dependencies.tempfile]
version = "3.27.0"