Cargo Features

[dependencies]
oath-authenticator = { version = "0.1.0", default-features = false, features = ["log-warn", "log-error", "apdu-dispatch"] }
default = apdu-dispatch

The apdu-dispatch feature is set by default whenever oath-authenticator is added without default-features = false somewhere in the dependency tree.

log-all log-none log-info log-debug log-warn
log-error

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.

apdu-dispatch default

Enables apdu-dispatch ^0.1