# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ndk-glue" version = "0.2.1" authors = ["The Rust Windowing contributors"] description = "Startup code for android binaries" homepage = "https://github.com/rust-windowing/android-ndk-rs" documentation = "https://docs.rs/ndk-glue" readme = "README.md" keywords = ["android", "ndk"] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-windowing/android-ndk-rs" [package.metadata.docs.rs] targets = ["aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android"] [dependencies.android_logger] version = "0.8.6" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libc] version = "0.2.66" [dependencies.log] version = "0.4.8" [dependencies.ndk] version = "0.2.1" [dependencies.ndk-macro] version = "0.2.0" [dependencies.ndk-sys] version = "0.2.1" [features] default = [] logger = ["android_logger", "ndk-macro/logger"]