# 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.2.0" build = 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] all-features = true targets = [ "aarch64-unknown-linux-ohos", "armv7-unknown-linux-ohos", "x86_64-unknown-linux-ohos", ] [lib] name = "ohos_ime" path = "src/lib.rs" [dependencies.log] version = "0.4.22" [dependencies.ohos-ime-sys] version = "0.1.1" features = ["api-12"] [features] log = []