hyprcorrect 0.2.3

Keyboard-driven desktop spelling and typo corrector for macOS and Linux/Wayland.
# 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"
rust-version = "1.85"
name = "hyprcorrect"
version = "0.2.3"
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.2.3"

[dependencies.hyprcorrect-platform]
version = "0.2.3"

[dependencies.hyprcorrect-ui]
version = "0.2.3"

[dependencies.serde_json]
version = "1"