tui-term 0.3.1

A pseudoterminal widget for 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 = "2021"
rust-version = "1.86.0"
name = "tui-term"
version = "0.3.1"
authors = ["Alexander Kenji Berthold <aks.kenji@protonmail.com>"]
build = false
include = [
    "src/**/*",
    "examples/*",
    "benches/*",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "test/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pseudoterminal widget for ratatui"
documentation = "https://docs.rs/tui-term/latest/tui-term/"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ratatui",
    "tty",
    "multiplexer",
]
categories = [
    "command-line-interface",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/a-kenji/tui-term"

[package.metadata.docs.rs]
all-features = true
cargo-args = [
    "-Zunstable-options",
    "-Zrustdoc-scrape-examples",
]

[features]
default = ["vt100"]
unstable = ["dep:portable-pty"]

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

[[example]]
name = "long_running"
path = "examples/long_running.rs"
doc-scrape-examples = true

[[example]]
name = "nested_shell"
path = "examples/nested_shell.rs"
doc-scrape-examples = true

[[example]]
name = "nested_shell_async"
path = "examples/nested_shell_async.rs"
doc-scrape-examples = true

[[example]]
name = "simple_ls_chan"
path = "examples/simple_ls_chan.rs"
doc-scrape-examples = true

[[example]]
name = "simple_ls_controller"
path = "examples/simple_ls_controller.rs"
required-features = ["unstable"]

[[example]]
name = "simple_ls_rw"
path = "examples/simple_ls_rw.rs"
doc-scrape-examples = true

[[example]]
name = "smux"
path = "examples/smux.rs"
doc-scrape-examples = true

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false

[[bench]]
name = "divan"
path = "benches/divan.rs"
harness = false

[[bench]]
name = "iai"
path = "benches/iai.rs"
harness = false

[dependencies.portable-pty]
version = "0.9.0"
optional = true

[dependencies.ratatui-core]
version = "0.1.0"
default-features = false

[dependencies.ratatui-widgets]
version = "0.3.0"
default-features = false

[dependencies.vt100]
version = "0.16.2"
optional = true

[dev-dependencies.bytes]
version = "1.11.0"

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[dev-dependencies.crossterm]
version = "0.29"

[dev-dependencies.divan]
version = "0.1.15"

[dev-dependencies.insta]
version = "1.46.1"

[dev-dependencies.once_cell]
version = "1.21.3"

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

[dev-dependencies.ratatui]
version = "0.30.0"
default-features = true

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1.44"

[dev-dependencies.tracing-subscriber]
version = "0.3.22"

[profile.bench]
lto = "thin"

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3