[package]
edition = "2021"
name = "ohos-ime"
version = "0.4.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the `inputmethod` API of OpenHarmony"
readme = "README.md"
keywords = [
"OpenHarmony",
"HarmonyOS",
"IME",
"inputmethod",
]
license = "Apache-2.0"
repository = "https://github.com/openharmony-rs/ohos-ime"
[package.metadata.docs.rs]
targets = [
"aarch64-unknown-linux-ohos",
"armv7-unknown-linux-ohos",
"x86_64-unknown-linux-ohos",
]
all-features = true
[features]
log = []
[lib]
name = "ohos_ime"
path = "src/lib.rs"
[dependencies.log]
version = "0.4.22"
[dependencies.ohos-ime-sys]
version = "0.2.0"
features = ["api-12"]