ansiq-surface 0.1.0

Terminal session lifecycle, viewport policy, and inline history management for Ansiq.
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.85"
name = "ansiq-surface"
version = "0.1.0"
authors = ["Murong"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal session lifecycle, viewport policy, and inline history management for Ansiq."
homepage = "https://github.com/murongg/ansiq"
documentation = "https://docs.rs/ansiq-surface"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "viewport",
    "surface",
]
categories = [
    "command-line-interface",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/murongg/ansiq"
resolver = "2"

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

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

[dependencies.ansiq-core]
version = "0.1.0"

[dependencies.ansiq-render]
version = "0.1.0"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

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

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

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