rndk 0.14.1

Utilities for building Android binaries
Documentation
[dependencies.atty]
version = "0.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dunce]
version = "1"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.which]
version = "8"

[dependencies.zip]
default-features = false
features = ["deflate"]
version = "6"

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

[package]
authors = ["The Rust Windowing contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Utilities for building Android binaries"
documentation = "https://docs.rs/rndk"
edition = "2024"
homepage = "https://github.com/mlm-games/cargo-rapk"
keywords = ["android", "ndk", "apk"]
license = "MIT OR Apache-2.0"
name = "rndk"
readme = "README.md"
repository = "https://github.com/mlm-games/cargo-rapk"
rust-version = "1.85"
version = "0.14.1"