# 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" rust-version = "1.82.0" name = "cargo-apk2" version = "1.0.3" authors = [ "SmileSky ", "The Rust Windowing contributors", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust轻松构建安卓应用的Cargo扩展" 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.anyhow] version = "1.0.93" [dependencies.cargo-subcommand] version = "0.12.0" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.dunce] version = "1.0.5" [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.ndk-build2] version = "1.0.3" [dependencies.serde] version = "1.0.215" [dependencies.thiserror] version = "2.0.3" [dependencies.toml] version = "0.8.19"