cargo-apk2 1.3.14

Cargo extension for building Android apps easily
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"
rust-version = "1.95.0"
name = "cargo-apk2"
version = "1.3.14"
authors = [
    "SmileSky <mzdk100@foxmail.com>",
    "The Rust Windowing contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cargo extension for building Android apps easily"
readme = "README.md"
keywords = [
    "android",
    "ndk",
    "apk",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mzdk100/cargo-apk2.git"

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

[[bin]]
name = "cargo-apk2"
path = "src/main.rs"

[dependencies.android-build]
version = "0.1.4"
default-features = false

[dependencies.anyhow]
version = "1.0.104"

[dependencies.cargo-subcommand]
version = "0.12.0"

[dependencies.clap]
version = "4.6.4"
features = ["derive"]

[dependencies.dunce]
version = "1.0.5"

[dependencies.env_logger]
version = "0.11.11"

[dependencies.ndk-build2]
version = "1.3"

[dependencies.serde]
version = "1.0.229"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.toml]
version = "1.1.3"