[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]