agent-core 0.2.0

A Rust Framework to build TUI Agents
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"
name = "agent-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust Framework to build TUI Agents"
readme = "README.md"
license = "MIT"
repository = "https://github.com/deepmesa/agent-core"

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

[dependencies.async-stream]
version = "0.3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.futures]
version = "0.3"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = ["full"]

[dependencies.hyper-rustls]
version = "0.27.7"
features = [
    "native-tokio",
    "http1",
    "http2",
    "tls12",
]

[dependencies.hyper-util]
version = "0.1.19"
features = [
    "client-legacy",
    "http1",
    "http2",
    "tokio",
]

[dependencies.pulldown-cmark]
version = "0.13.0"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

[dependencies.throbber-widgets-tui]
version = "0.10"

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

[dependencies.tokio-stream]
version = "0.1"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tui-textarea]
version = "0.7"

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