librush 0.2.2

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

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

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

[[bin]]
name = "ibrus"
path = "src/bin.rs"

[dependencies.arbitrary-int]
version = "^2.1.1"

[dependencies.bitbybit]
version = "^2.0.0"

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

[dependencies.serde]
version = "^1.0.228"

[dependencies.serde_json]
version = "^1.0.149"

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

[dependencies.xkeysym]
version = "^0.2.1"

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

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