tui-test-rs 0.1.0-beta.2

In-process terminal automation, inspection, assertions, and recording
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.90"
name = "tui-test-rs"
version = "0.1.0-beta.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "In-process terminal automation, inspection, assertions, and recording"
readme = "README.md"
license = "MIT"
repository = "https://github.com/microsoft/tui-test"

[features]
default = []
ghostty = ["dep:ghostty-vt"]
recording-font-jetbrains-mono = ["recording-raster"]
recording-font-jetbrains-mono-full = ["recording-font-jetbrains-mono-styles"]
recording-font-jetbrains-mono-styles = ["recording-font-jetbrains-mono"]
recording-raster = [
    "dep:fontdb",
    "dep:gif",
    "dep:png",
    "dep:tiny-skia",
]
rio = ["dep:rio-vt"]

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

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

[dependencies.alacritty_terminal]
version = "0.26.0"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bitflags]
version = "2.13.1"

[dependencies.compact_str]
version = "0.10.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.flate2]
version = "1.1.9"

[dependencies.fontdb]
version = "0.23.0"
features = [
    "fs",
    "std",
]
optional = true
default-features = false

[dependencies.ghostty-vt]
version = "0.2.1"
optional = true
default-features = false
package = "libghostty-vt"

[dependencies.gif]
version = "0.14.0"
optional = true

[dependencies.png]
version = "0.17.16"
optional = true

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

[dependencies.regex]
version = "1.12.4"

[dependencies.rio-vt]
version = "0.5.3"
optional = true

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tiny-skia]
version = "0.11.4"
features = ["std"]
optional = true
default-features = false

[dependencies.toml]
version = "0.9"

[dependencies.ttf-parser]
version = "0.25.1"
features = ["std"]
default-features = false

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