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