Cargo Features
safe_authenticator_ffi has no features set by default.
[dependencies]
safe_authenticator_ffi = { version = "0.17.1", features = ["mock-network", "bindings", "testing", "jni"] }
- mock-network = testing
-
Enables mock-network of safe_authenticator ~0.17.1 and safe_core ~0.42.1
- bindings = safe_bindgen
- testing mock-network? = env_logger
-
Enables testing of safe_authenticator ~0.17.1 and safe_core ~0.42.1
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.
- jni implicit feature
-
Enables jni ~0.12.0
jni:
Rust bindings to the JNI
- env_logger testing?
-
Enables env_logger ~0.6.2
- safe_bindgen build bindings?