Cargo Features

yew_webview_bridge has no features set by default.

[dependencies]
yew_webview_bridge = { version = "0.1.0", features = ["frontend", "backend"] }
frontend = dashmap, stdweb, wasm-bindgen, wasm-bindgen-futures, yew

Affects yew_webview_bridge::frontend

backend = web-view

Affects yew_webview_bridge::backend

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.

dashmap frontend?

Enables dashmap ^3.11.1

frontend

stdweb frontend?
wasm-bindgen frontend?
wasm-bindgen-futures frontend?
yew frontend?

Enables yew ^0.14

web-view backend?

Enables web-view ^0.5.3

backend