ohos-ime 0.4.2

Bindings to the `inputmethod` API of OpenHarmony
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 = "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"]