ftui-pty 0.3.0

PTY-backed test utilities for FrankenTUI.
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 = "ftui-pty"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PTY-backed test utilities for FrankenTUI."
homepage = "https://github.com/Dicklesworthstone/frankentui"
documentation = "https://docs.rs/ftui-pty"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ui",
    "ftui",
    "frankentui",
]
categories = [
    "command-line-interface",
    "gui",
]
license-file = "LICENSE"
repository = "https://github.com/Dicklesworthstone/frankentui"
resolver = "2"

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

[[bin]]
name = "frankenterm_ws_bridge"
path = "src/bin/frankenterm_ws_bridge.rs"

[[bin]]
name = "pty_canonicalize"
path = "src/bin/pty_canonicalize.rs"

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

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

[dependencies.frankenterm-core]
version = "0.2.0"
features = ["ws-codec"]

[dependencies.ftui-core]
version = "0.3.0"
features = ["crossterm"]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.time]
version = "0.3.44"
features = ["formatting"]

[dependencies.tungstenite]
version = "0.28.0"

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

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