par-term-keybindings 0.1.5

Keybinding system 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-keybindings"
version = "0.1.5"
authors = ["Paul Robello <probello@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keybinding system for par-term terminal emulator"
homepage = "https://github.com/paulrobello/par-term"
readme = false
keywords = [
    "terminal",
    "keybindings",
    "keyboard",
]
categories = ["gui"]
license = "MIT"
repository = "https://github.com/paulrobello/par-term"
resolver = "2"

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

[dependencies.log]
version = "0.4.29"

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

[dependencies.winit]
version = "0.30"