# 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.73" name = "cargo-ndk" version = "3.5.7" authors = ["Brendan Molloy "] default-run = "cargo-ndk" description = "Makes building Rust libraries for Android simpler" homepage = "https://github.com/bbqsrc/cargo-ndk" documentation = "https://docs.rs/cargo-ndk" readme = "README.md" keywords = [ "ndk", "cargo", "android", "build", ] categories = [ "command-line-utilities", "config", "os", "development-tools::cargo-plugins", "development-tools::build-utils", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/bbqsrc/cargo-ndk" [dependencies.anyhow] version = "1.0.75" [dependencies.cargo_metadata] version = "0.18.1" [dependencies.dunce] version = "1.0.4" [dependencies.gumdrop] version = "0.8.1" [dependencies.is-terminal] version = "0.4.9" [dependencies.libc] version = "0.2.147" [dependencies.pathos] version = "0.3.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dependencies.termcolor] version = "1.2.0" [dependencies.toml] version = "0.8.8" [dependencies.version_check] version = "0.9.4" [target."cfg(windows)".dependencies.fwdansi] version = "1.1.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.52" features = [ "Win32_Foundation", "Win32_Storage_FileSystem", "Win32_Security", "Win32_System_Console", "Win32_System_Threading", "Win32_System_JobObjects", ] [badges.maintenance] status = "actively-developed"