Cargo Features

yarte_codegen has no features set by default.

[dependencies]
yarte_codegen = { version = "0.15.7", features = ["bytes-buf", "html-min", "wasm-app", "wasm-server", "mime_guess"] }
bytes-buf wasm-server?

Affects wasm::server

html-min wasm-server? = yarte_dom, yarte_html

Affects bytes::html_min, fixed::html_min, html::html_min, wasm::server

wasm-app = heck, indexmap

Enables wasm-app of yarte_dom and yarte_hir

Affects wasm::client

wasm-server = bytes-buf, html-min

Affects wasm::server

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.

yarte_dom html-min? wasm-app?
yarte_html html-min?
heck wasm-app?

Enables heck ^0.4

mime_guess implicit feature

Enables mime_guess

mime_guess:

A simple crate for detection of a file's MIME type by its extension

indexmap wasm-app?

Enables indexmap ^1.9