afrim-preprocessor 0.7.0

A preprocessor to process keyboard events for an input method.
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 = "2021"
name = "afrim-preprocessor"
version = "0.7.0"
authors = ["Brady Fomegne <brady.fomegne@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A preprocessor to process keyboard events for an input method."
readme = "README.md"
keywords = [
    "ime",
    "processor",
    "keyboard",
]
categories = ["hardware-support"]
license = "MPL-2.0"
repository = "https://github.com/fodydev/afrim"

[features]
default = []
serde = [
    "dep:serde",
    "keyboard-types/serde",
]

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

[dependencies.afrim-memory]
version = "0.4.2"

[dependencies.keyboard-types]
version = "0.8.3"
features = ["webdriver"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true