ndk-build2 1.3.13

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

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

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.dunce]
version = "1.0.5"

[dependencies.quick-xml]
version = "0.41.0"
features = ["serialize"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.19"

[dependencies.which]
version = "8.0.5"