Cargo Features

[dependencies]
moxie-dom = { version = "0.2.2", default-features = false, features = ["log", "rsdom", "webdom"] }
default = webdom

The webdom feature is set by default whenever moxie-dom is added without default-features = false somewhere in the dependency tree.

log

Enables log of moxie ^0.2.2

rsdom

Enables rsdom of augdom

Affects moxie-dom::render_html

webdom default = raf

Enables webdom of augdom

Affects moxie-dom::boot

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](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

raf webdom

Enables raf

web-only