Cargo Features

safe_authenticator has no features set by default.

[dependencies]
safe_authenticator = { version = "0.18.1", features = ["mock-network", "testing", "jni"] }
mock-network = testing

Enables mock-network of safe_core

Affects test_utils::simulate_revocation_failure

testing mock-network? = env_logger

Enables testing of 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.

jni implicit feature

Enables jni ~0.12.0

jni:

Rust bindings to the JNI

env_logger testing?

Enables env_logger ~0.6.2