rigela-utils 0.2.2

RigelA项目使用的工具函数库。
Documentation
[dependencies.clipboard]
optional = true
version = "0.5.0"

[dependencies.encoding_rs]
optional = true
version = "0.8.35"

[dependencies.flume]
optional = true
version = "0.11.1"

[dependencies.log]
version = "0.4.25"

[dependencies.log4rs]
optional = true
version = "1.3.0"

[dependencies.png]
optional = true
version = "0.17.16"

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

[dependencies.serde_json_bytes]
optional = true
version = "0.2.4"

[dependencies.tokio]
optional = true
version = "1.43.0"

[dependencies.win-wrap]
optional = true
version = "0.3.1"

[features]
bass = ["library", "win-wrap/common"]
clip = ["clipboard"]
color = []
common = []
fs = ["win-wrap/shell", "tokio/fs", "tokio/io-util"]
ibmeci = ["common", "encoding_rs/fast-gb-hanzi-encode", "tokio/sync", "flume"]
killer = ["pipe", "win-wrap/threading"]
library = ["fs"]
logger = ["log4rs"]
pipe = ["serde_json_bytes", "serde/derive", "tokio/net", "tokio/io-util", "tokio/time"]
screen = ["win-wrap/graphic", "png"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "RigelA项目使用的工具函数库。"
edition = "2021"
keywords = ["screen-reader", "accessibility"]
license = "Apache-2.0"
name = "rigela-utils"
readme = "README.md"
repository = "https://gitcode.net/mzdk100/rigela.git"
version = "0.2.2"

[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs", "--generate-link-to-definition"]