librush 0.2.0

艾刷 (libRush = lib + IBus + Rust + h): 用 rust 编写的 ibus 模块, 不用 GObject (ibus module written in pure rust, without GObject) (输入法, input method)
Documentation
[[bin]]
name = "ibrus"
path = "src/bin.rs"

[build-dependencies.pm-bin]
features = ["build"]
version = "^0.1.0"

[dependencies.arbitrary-int]
version = "1.3.0"

[dependencies.bitbybit]
version = "1.3.3"

[dependencies.pm-bin]
version = "^0.1.0"

[dependencies.serde]
version = "^1.0.219"

[dependencies.serde_json]
version = "^1.0.140"

[dependencies.tokio]
features = ["full"]
optional = true
version = "^1.44.1"

[dependencies.xkeysym]
version = "0.2.1"

[dependencies.zbus]
default-features = false
version = "^5.5.0"

[features]
async-io = ["zbus/async-io"]
default = ["pmim"]
pmim = ["tokio", "zbus/tokio"]

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

[package]
authors = ["secext2022 <secext2022@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["accessibility", "api-bindings", "localization"]
description = "艾刷 (libRush = lib + IBus + Rust + h): 用 rust 编写的 ibus 模块, 不用 GObject (ibus module written in pure rust, without GObject) (输入法, input method)"
edition = "2024"
keywords = ["ibus", "input-method"]
license = "LGPL-2.1-or-later OR GPL-3.0-or-later"
name = "librush"
readme = "README.md"
repository = "https://github.com/fm-elpac/librush"
version = "0.2.0"