Cargo Features

rquickjs-macro has no features set by default.

[dependencies]
rquickjs-macro = { version = "0.6.2", features = ["phf", "bindgen"] }
phf = phf_generator, phf_shared

Affects embed::expand

bindgen

Enables bindgen of rquickjs-core

rquickjs-core:

Use bindgen to generate bindings at compile-type
otherwise bundled bindings will be used

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.

phf_generator phf?
phf_shared phf?