Cargo Features
[dependencies]
hotg-rune-runtime = { version = "0.11.3", default-features = false, features = ["builtins", "unstable_doc_cfg", "wasm3", "wasmer"] }
- default = builtins
-
The
builtins
feature is set by default wheneverhotg-rune-runtime
is added without
somewhere in the dependency tree.default-features = false - builtins default = hound, image, rand
-
Enables small_rng of rand ^0.8.3
rand:
Option: enable SmallRng
Affects
hotg-rune-runtime::common_outputs
… - unstable_doc_cfg
-
Enable rustdoc's "This is supported on crate feature XXX only" annotations (requires nightly)
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.
- hound builtins
- image builtins
-
Enables image ^0.23.14
- rand builtins
-
Enables rand ^0.8.3
- wasm3 implicit feature
-
Enables wasm3
wasm3:
Rust bindings for wasm3
Affects
hotg-rune-runtime::wasm3
… - wasmer implicit feature
-
Enables wasmer =2.0
wasmer:
High-performance WebAssembly runtime
Affects
hotg-rune-runtime::wasmer
…