keypop 0.2.1

Transparent keypress overlay for Linux screencasts and demos
# 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 = "keypop"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transparent keypress overlay for Linux screencasts and demos"
readme = "README.md"
keywords = [
    "keypress",
    "overlay",
    "screencast",
    "wayland",
    "linux",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/OmChillure/keypop"

[[bin]]
name = "keypop"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dirs]
version = "5"

[dependencies.eframe]
version = "0.29"
features = [
    "wayland",
    "x11",
    "wgpu",
]

[dependencies.egui]
version = "0.29.1"

[dependencies.evdev]
version = "0.12.2"

[dependencies.libc]
version = "0.2"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml]
version = "0.8"

[dependencies.x11rb]
version = "0.13"