Cargo Features
jni-min-helper has no features set by default.
[dependencies]
jni-min-helper = { version = "0.2.6", features = ["no-proxy", "futures"] }
- no-proxy
-
Disables
JniProxy
and anything that depends on it (e.g.BroadcastReceiver
), as well as the dex/class building process. Features listed below will be ignored. - futures
-
Enables
BroadcastWaiter
, which is based onBroadcastReceiver
.Enables atomic-waker, futures-core, futures-lite, and futures-timer