[package]
edition = "2024"
rust-version = "1.85"
name = "hyprcorrect"
version = "0.1.2"
authors = ["Jon Kinney <jon@headway.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Keyboard-driven desktop spelling and typo corrector for macOS and Linux/Wayland."
readme = false
keywords = [
"spelling",
"autocorrect",
"wayland",
"hyprland",
"keyboard",
]
categories = [
"command-line-utilities",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jondkinney/hyprcorrect"
[[bin]]
name = "hyprcorrect"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.env_logger]
version = "0.11"
[dependencies.hyprcorrect-core]
version = "0.1.2"
[dependencies.hyprcorrect-platform]
version = "0.1.2"
[dependencies.hyprcorrect-ui]
version = "0.1.2"