# 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" name = "android-build" version = "0.1.0" authors = [ "Kevin Boos ", "Robius Project Maintainers", ] description = """ A build-time dependency to compile Java source files for Android as part of a Rust build. Use this from your `build.rs` Cargo build script. """ homepage = "https://robius.rs/" documentation = "https://docs.rs/android-build" readme = "README.md" keywords = [ "android", "java", "build", "build-rs", "robius", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/project-robius/android-build" [dependencies] [target."cfg(target_os = \"windows\")".dependencies.windows-sys] version = "0.52" features = [ "Win32_UI_Shell", "Win32_Foundation", "Win32_Globalization", "Win32_System_Com", ] default-features = false