inputbox-android 0.1.1

The internal Android support for the inputbox crate. You shouldn't depend on this directly.
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-android"
version = "0.1.1"
authors = ["Mivik <mivikq@gmail.com>"]
build = false
include = [
    "src/*",
    "maven/pom.xml",
    "maven/moe/mivik/inputbox/**/",
    "maven/moe/mivik/inputbox/maven-metadata-local.xml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The internal Android support for the inputbox crate. You shouldn't depend on this directly."
documentation = "https://docs.rs/inputbox-android"
readme = "README.md"
keywords = [
    "ui",
    "dialog",
    "input",
    "native",
]
categories = [
    "gui",
    "command-line-interface",
]
license = "MIT"
repository = "https://github.com/Mivik/inputbox"

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

[dependencies]