Cargo Features

tmuntaner-webauthn has no features set by default.

[dependencies]
tmuntaner-webauthn = { version = "0.1.0-alpha.18", features = ["full", "notifications", "progress_bar"] }
full = notifications, progress_bar
notifications full? = notify-rust
progress_bar full? = indicatif

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.

notify-rust notifications?
indicatif progress_bar?