Cargo Features

[dependencies]
tauri-plugin-webauthn = { version = "0.1.1", default-features = false, features = ["log"] }
default = log

The log feature is set by default whenever tauri-plugin-webauthn is added without default-features = false somewhere in the dependency tree.

log default

Enables log

tauri-plugin-webauthn has 2 features without comments.