inputbox 0.1.0

A cross-platform, native GUI input box.
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"
rust-version = "1.71.0"
name = "inputbox"
version = "0.1.0"
authors = [
    "Mivik <mivikq@gmail.com>",
    "sjfhsjfh <sjfhsjfh@qq.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cross-platform, native GUI input box."
documentation = "https://docs.rs/inputbox"
readme = "README.md"
keywords = [
    "ui",
    "dialog",
    "input",
    "native",
]
categories = [
    "gui",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/Mivik/inputbox"

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

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

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

[dependencies.cfg-if]
version = "1.0.4"

[dependencies.log]
version = "0.4.29"

[dependencies.serde_json]
version = "1.0"

[dependencies.which]
version = "8.0.1"

[target.'cfg(target_env = "ohos")'.dependencies.napi-derive-ohos]
version = "1.1.3"

[target.'cfg(target_env = "ohos")'.dependencies.napi-ohos]
version = "1.1.3"
features = [
    "napi8",
    "async",
]
default-features = false

[target.'cfg(target_os = "android")'.dependencies.inputbox-android]
version = "0.1.1"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.22"

[target.'cfg(target_os = "android")'.dependencies.once_cell]
version = "1.21.3"

[target.'cfg(target_os = "ios")'.dependencies.block2]
version = "0.6.2"

[target.'cfg(target_os = "ios")'.dependencies.objc2]
version = "0.6.4"

[target.'cfg(target_os = "ios")'.dependencies.objc2-core-foundation]
version = "0.3.2"

[target.'cfg(target_os = "ios")'.dependencies.objc2-foundation]
version = "0.3.2"

[target.'cfg(target_os = "ios")'.dependencies.objc2-ui-kit]
version = "0.3.2"