gpui_xterm 0.1.1

Reusable xterm-like terminal component for GPUI
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 = "gpui_xterm"
version = "0.1.1"
build = false
include = [
    "/src/**/*",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reusable xterm-like terminal component for GPUI"
homepage = "https://github.com/Modolet/gpui_xterm"
documentation = "https://docs.rs/gpui_xterm"
readme = "README.md"
keywords = [
    "gpui",
    "terminal",
    "xterm",
    "pty",
    "ui",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/Modolet/gpui_xterm"

[lib]
name = "gpui_xterm"
path = "src/lib.rs"
doctest = false

[dependencies.alacritty_terminal]
version = "0.25.1"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"
features = ["wayland-data-control"]

[dependencies.flume]
version = "0.12"

[dependencies.gpui]
version = "0.2.2"

[dependencies.gpui-component]
version = "0.5.1"

[dependencies.parking_lot]
version = "0.12"

[dependencies.ropey]
version = "1"