elph-agent 0.0.10

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.10"
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.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.elph-ai]
version = "^0.0.10"