# 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 = "2018" name = "ndk-glue" version = "0.7.0" 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] rustdoc-args = [ "--cfg", "docsrs", ] targets = [ "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android", ] [dependencies.android_logger] version = "0.11" optional = true [dependencies.libc] version = "0.2.84" [dependencies.log] version = "0.4.14" [dependencies.ndk] version = "0.7.0" [dependencies.ndk-context] version = "0.1.1" [dependencies.ndk-macro] version = "0.3.0" [dependencies.ndk-sys] version = "0.4.0" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [features] default = [] logger = [ "android_logger", "ndk-macro/logger", ] test = [ "ndk/test", "ndk-sys/test", ]