eye_declare 0.7.1

Inline terminal UIs for Rust: timeline-first, Elm-shaped, built on Ratatui
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 = "eye_declare"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Inline terminal UIs for Rust: timeline-first, Elm-shaped, built on Ratatui"
readme = false
keywords = [
    "tui",
    "terminal",
    "inline",
    "cli",
    "elm",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/atuinsh/eye-declare"

[features]
default = [
    "markdown",
    "tokio",
]
markdown = ["dep:pulldown-cmark"]
tokio = [
    "dep:tokio",
    "crossterm/event-stream",
]

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

[[example]]
name = "echo"
path = "examples/echo.rs"

[[example]]
name = "openrouter"
path = "examples/openrouter.rs"
required-features = [
    "markdown",
    "tokio",
]

[[example]]
name = "perf_report"
path = "examples/perf_report.rs"
required-features = [
    "markdown",
    "tokio",
]

[[example]]
name = "resize_probe"
path = "examples/resize_probe.rs"

[[example]]
name = "stream"
path = "examples/stream.rs"
required-features = ["tokio"]

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

[[test]]
name = "async_driver"
path = "tests/async_driver.rs"
required-features = ["tokio"]

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

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

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

[[test]]
name = "subscriptions"
path = "tests/subscriptions.rs"
required-features = ["tokio"]

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

[[bench]]
name = "frame"
path = "benches/frame.rs"
harness = false
required-features = [
    "markdown",
    "tokio",
]

[dependencies.crossterm]
version = "0.29"

[dependencies.eye_declare_engine]
version = "0.7.0"

[dependencies.futures-core]
version = "0.3"

[dependencies.pulldown-cmark]
version = "0.13"
optional = true
default-features = false

[dependencies.ratatui-core]
version = "0.1"

[dependencies.ratatui-widgets]
version = "0.3"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "sync",
    "time",
]
optional = true

[dependencies.unicode-segmentation]
version = "1"

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

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

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dev-dependencies.serde_json]
version = "1"

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