Cargo Features

[dependencies]
assemble-exec = { version = "0.2.0", default-features = false, features = ["yaml", "js", "dump_js"] }
default = js

The js feature is set by default whenever assemble-exec is added without default-features = false somewhere in the dependency tree.

yaml = assemble-rust, libloading, serde_yaml

Affects script::languages.YamlLang

js default = assemble-js, rquickjs

Affects script::languages.JavascriptLang, builders::js

dump_js

Enables dump-atoms, dump-bytecode and dump-objects of rquickjs ^0.1.7

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.

assemble-rust yaml?

Enables assemble-rust

optional dependencies

libloading yaml?

Enables libloading ^0.7.3

serde_yaml yaml?
rquickjs dump_js? js

Enables rquickjs ^0.1.7

assemble-js js