afrim 0.6.2

Core library of the afrim input method.
Documentation
[[bin]]
doc = true
name = "afrim"
path = "src/main.rs"

[dependencies.afrim-config]
default-features = false
version = "0.4.6"

[dependencies.afrim-preprocessor]
default-features = false
version = "0.6.2"

[dependencies.afrim-translator]
default-features = false
version = "0.2.2"

[dependencies.anyhow]
version = "1.0.100"

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

[dependencies.enigo]
version = "0.6.1"

[dependencies.rdev]
version = "0.5.3"

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

[dev-dependencies.afrish]
default-features = false
version = "0.1.0"

[features]
default = ["rhai", "strsim"]
inhibit = ["afrim-preprocessor/inhibit"]
rhai = ["afrim-config/rhai", "afrim-translator/rhai"]
serde = ["dep:serde", "afrim-translator/serde"]
strsim = ["afrim-translator/strsim"]

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

[package]
authors = ["Brady Fomegne <brady.fomegne@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["accessibility"]
description = "Core library of the afrim input method."
edition = "2021"
keywords = ["ime", "keyboard"]
license = "MPL-2.0"
name = "afrim"
readme = "README.md"
repository = "https://github.com/fodydev/afrim"
version = "0.6.2"