ib-ime 0.1.0

A library for controlling input controls' IME (Input Method Editor) behavior on Windows.
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 = "ib-ime"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for controlling input controls' IME (Input Method Editor) behavior on Windows."
readme = "README.md"
keywords = [
    "ime",
    "desktop-environment",
    "desktop",
    "shell",
    "cjk",
]
categories = [
    "gui",
    "os",
]
license = "MIT"
repository = "https://github.com/Chaoses-Ib/ib-shell"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
log = []

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

[[example]]
name = "winio"
path = "examples/winio.rs"

[dependencies.bitflags]
version = "2"

[dependencies.bon]
version = "3"

[dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_UI_Input_Ime",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]

[dev-dependencies.winio]
version = "0.10"
features = ["win32"]
default-features = false