# 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 = "librush" version = "0.1.0" authors = ["secext2022 "] build = "build.rs" 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" [lib] name = "librush" path = "src/lib.rs" [[bin]] name = "ibrus" path = "src/bin.rs" [dependencies.arbitrary-int] version = "1.2.7" [dependencies.bitbybit] version = "1.3.2" [dependencies.env_logger] version = "^0.11.5" [dependencies.log] version = "^0.4.22" [dependencies.serde] version = "^1.0.204" [dependencies.serde_json] version = "^1.0.120" [dependencies.tokio] version = "^1.39.1" features = ["full"] optional = true [dependencies.xkeysym] version = "0.2.1" [dependencies.zbus] version = "^4.4.0" default-features = false [build-dependencies.built] version = "^0.7.4" [build-dependencies.vergen-gitcl] version = "^1.0.0" features = ["build"] [features] async-io = ["zbus/async-io"] default = ["pmim"] pmim = [ "tokio", "zbus/tokio", ]