Cargo Features
jni-simple has no features set by default.
[dependencies]
jni-simple = { version = "0.2.1", features = ["asserts", "dynlink", "loadjvm"] }
- asserts
- dynlink
-
Affects
jni-simple::init_dynamic_link
,jni-simple::is_jvm_loaded
,jni-simple::load_jvm_from_library
… - loadjvm = libloading
-
Affects
jni-simple::load_jvm_from_library
,jni-simple::load_jvm_from_java_home
,jni-simple::load_jvm_from_library
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.