inputbox 0.0.1

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 = "2024"
name = "inputbox"
version = "0.0.1"
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."
homepage = "https://github.com/Mivik/inputbox"
documentation = "https://docs.rs/inputbox"
readme = "README.md"
keywords = [
    "ui",
    "dialog",
    "input",
    "native",
]
categories = []
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.serde_json]
version = "1.0"

[dependencies.which]
version = "8.0.1"