android-build 0.1.4

A build-time dependency to compile Java source files for Android as part of a Rust build. Use this from your `build.rs` Cargo build script.
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"
name = "android-build"
version = "0.1.4"
authors = [
    "Kevin Boos <kevinaboos@gmail.com>",
    "Robius Project Maintainers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A build-time dependency to compile Java source files for Android as part of a Rust build.
Use this from your `build.rs` Cargo build script.
"""
homepage = "https://robius.rs/"
documentation = "https://docs.rs/android-build"
readme = "README.md"
keywords = [
    "android",
    "java",
    "build",
    "build-rs",
    "robius",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/project-robius/android-build"

[features]
cargo = []
default = ["cargo"]

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

[dependencies]

[target.'cfg(target_os = "windows")'.dependencies.windows-sys]
version = "0.52"
features = [
    "Win32_UI_Shell",
    "Win32_Foundation",
    "Win32_Globalization",
    "Win32_System_Com",
]
default-features = false