termit 0.7.0

Terminal UI over crossterm
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 = "2021"
name = "termit"
version = "0.7.0"
authors = ["jocutajar <github-commit@robajz.info>"]
description = "Terminal UI over crossterm"
homepage = "https://gitlab.com/BrightOpen/BackYard/termit"
readme = "README.md"
keywords = [
    "tty",
    "color",
    "terminal",
    "emulator",
    "tui",
]
license = "MIT"
repository = "https://gitlab.com/BrightOpen/BackYard/termit"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[[example]]
name = "temu"
required-features = ["temu"]

[dependencies.ansitok]
version = "0.2"
optional = true

[dependencies.async-channel]
version = "1"

[dependencies.crossterm]
version = "0.26"
optional = true
default-features = false

[dependencies.futures-lite]
version = "1"
default-features = false

[dependencies.is-terminal]
version = "0.4"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.memmapix]
version = "0.7"

[dependencies.ransid]
version = "0.5"
optional = true

[dependencies.smol-timeout]
version = "0.6"

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

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

[dev-dependencies.async-std]
version = "1"
features = ["attributes"]

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.portable-pty]
version = "0.8"

[features]
default = [
    "temu",
    "sys",
    "parser",
]
parser = ["ansitok"]
sys = [
    "windows-sys",
    "rustix",
    "is-terminal",
]
temu = ["ransid"]

[target."cfg(unix)".dependencies.rustix]
version = "0.38"
features = ["termios"]
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.48"
features = [
    "Win32_System_Console",
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Storage_FileSystem",
]
optional = true