par-term-input 0.1.5

Input sequence generation for par-term terminal emulator
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 = "par-term-input"
version = "0.1.5"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Input sequence generation for par-term terminal emulator"
homepage = "https://github.com/paulrobello/par-term"
readme = false
keywords = [
    "terminal",
    "input",
    "keyboard",
    "escape-sequences",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
resolver = "2"

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

[dependencies.arboard]
version = "3.6.1"

[dependencies.log]
version = "0.4.29"

[dependencies.par-term-config]
version = "0.6.0"

[dependencies.winit]
version = "0.30"