Cargo Features

droid-wrap has no features set by default.

[dependencies]
droid-wrap = { version = "0.3.4", features = ["android", "android_app", "android_content", "android_hardware", "android_hardware_vibrator", "android_media", "android_os", "android_speech", "android_speech_tts", "android_text", "android_view", "android_view_inputmethod", "android_widget", "dalvik", "dalvik_system", "java", "java_io", "java_lang", "java_lang_reflect", "java_nio", "java_nio_file", "test_android_app", "test_android_content", "test_android_os", "test_android_text", "test_android_view", "test_android_view_inputmethod", "test_android_widget", "test_android_speech", "test_android_speech_tts", "test_dalvik_system", "test_java_io", "test_java_lang", "test_java_lang_reflect", "test_java_nio", "test"] }
android android_app? android_content? android_hardware? android_media? android_os? android_speech? android_text? android_view? android_widget? = java_lang

Affects droid-wrap::android

android_app test_android_app? test_android_os? test_dalvik_system? = android, android_view, java_lang

Affects droid-wrap::android.app

android_content test_android_content? test_android_os? test_android_speech_tts? test_android_view? test_android_widget? test_dalvik_system? = android, android_media, android_os, java_io, java_lang

Affects droid-wrap::android.content

android_hardware android_hardware_vibrator? = android

Affects droid-wrap::android.hardware

android_hardware_vibrator android_os? = android_hardware

Affects hardware::vibrator

android_media android_content? = android

Affects droid-wrap::android.media

android_os android_content? android_speech_tts? android_view? android_view_inputmethod? test_android_os? = android, android_hardware_vibrator, java_lang

Affects droid-wrap::android.os

android_speech android_speech_tts? test_android_speech? = android

Affects droid-wrap::android.speech

android_speech_tts test_android_speech_tts? = android_os, android_speech, java_lang

Affects speech::tts

android_text android_view_inputmethod? android_widget? test_android_text? = android, java_lang

Affects droid-wrap::android.text

android_view android_app? android_view_inputmethod? test_android_view? = android, android_os, java_lang

Affects droid-wrap::android.view

android_view_inputmethod test_android_view_inputmethod? = android_os, android_text, android_view, java_lang

Affects view::inputmethod

android_widget test_android_app? test_android_widget? = android, android_text, java_lang

Affects droid-wrap::android.widget

dalvik dalvik_system?

Affects droid-wrap::dalvik

dalvik_system test_dalvik_system? = dalvik, java_lang, java_nio

Affects droid-wrap::dalvik.system

java java_lang? java_nio?

Affects droid-wrap::java

java_io android_content? test_java_io? = java_lang, java_nio_file

Affects droid-wrap::java.io

java_lang android? android_app? android_content? android_os? android_speech_tts? android_text? android_view? android_view_inputmethod? android_widget? dalvik_system? java_io? java_lang_reflect? test_android_os? test_java_lang? = java

Affects droid-wrap::java.lang

java_lang_reflect test_java_lang_reflect? = java_lang

Affects lang::reflect

java_nio dalvik_system? java_nio_file? test_java_nio? = java

Affects droid-wrap::java.nio

java_nio_file java_io? = java_nio

Affects nio::file

test_android_app = android_app, android_widget

Affects app::test

test_android_content = android_content

Affects content::test

test_android_os = android_app, android_content, android_os, java_lang

Affects os::test

test_android_text = android_text

Affects text::test

test_android_view = android_content, android_view

Affects view::test

test_android_view_inputmethod = android_view_inputmethod

Affects inputmethod::test

test_android_widget = android_content, android_widget

Affects widget::test

test_android_speech = android_speech
test_android_speech_tts = android_content, android_speech_tts

Affects tts::test

test_dalvik_system = android_app, android_content, dalvik_system

Affects system::test

test_java_io = java_io

Affects io::test

test_java_lang = java_lang

Affects lang::test

test_java_lang_reflect = java_lang_reflect

Affects reflect::test

test_java_nio = java_nio

Affects nio::test

test