rat-event 2.0.4

ratatui event handler trait for widgets
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 = "rat-event"
version = "2.0.4"
build = false
exclude = [
    ".idea/*",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ratatui event handler trait for widgets"
readme = "readme.md"
keywords = [
    "ratatui",
    "input",
    "event",
]
categories = ["command-line-interface"]
license = "MIT/Apache-2.0"
repository = "https://github.com/thscharler/rat-salsa"
resolver = "2"

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

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

[dependencies.log]
version = "0.4"

[dependencies.ratatui-core]
version = "0.1"
features = [
    "std",
    "layout-cache",
]

[dependencies.ratatui-crossterm]
version = "0.1"

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
comparison_chain = "allow"
if_same_then_else = "allow"