Cargo Features
[dependencies]
dioxus-web = { version = "0.6.0-alpha.4", default-features = false, features = ["panic_hook", "hydrate", "mounted", "file_engine", "devtools", "document"] }
- default = devtools, document, file_engine, mounted, panic_hook
-
These default features are set whenever
dioxus-web
is added without
somewhere in the dependency tree.default-features = false - panic_hook default
-
Enables console_error_panic_hook
- hydrate = ciborium
- mounted default
-
Enables mounted of dioxus-html, DomRect, Element, ScrollBehavior, ScrollIntoViewOptions and ScrollLogicalPosition of web-sys
- file_engine default
-
Enables async-trait, file_engine of dioxus-html, File, FileList and FileReader of web-sys
- devtools default
-
Enables serde and serde_json, serialize of dioxus-core, Location, MessageEvent and WebSocket of web-sys
- document default
-
Enables serde, serde-wasm-bindgen ^0.5.0, and serde_json
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.