[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[lib]
name = "keyhook_model"
path = "src/lib.rs"
[package]
authors = ["lvillis<lvillis@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared data models for KeyHook."
documentation = "https://github.com/lvillis/keyhook/blob/main/README.md"
edition = "2024"
exclude = ["/docs/", "/tests/", "/.config/", "/.github/", "/.justfile", "/rust-toolchain.toml", "/.gitignore", "Dockerfile", "docker-compose.yaml"]
homepage = "https://github.com/lvillis/keyhook"
license = "MIT"
name = "keyhook-model"
readme = "README.md"
repository = "https://github.com/lvillis/keyhook"
resolver = "2"
version = "0.1.0"