Cargo Features
[dependencies]
hotg-runicos-base-runtime = { version = "0.11.3", default-features = false, features = ["tensorflow-lite", "wasm3-runtime", "wasmer-runtime", "unstable_doc_cfg"] }
- default = tensorflow-lite, wasmer-runtime
-
These default features are set whenever
hotg-runicos-base-runtime
is added without
somewhere in the dependency tree.default-features = false - tensorflow-lite default = hotg-runecoral
-
Affects
hotg-runicos-base-runtime::tensorflow_lite
… - wasm3-runtime = wasm3
-
Enables hotg-rune-runtime
- wasmer-runtime default = wasmer, wasmer-derive, wasmer-types, wasmer-vm
-
Enables wasmer of hotg-rune-runtime
- 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.
- hotg-runecoral tensorflow-lite
- wasm3 wasm3-runtime?
- wasmer wasmer-runtime
-
Enables wasmer =2.0.0
- wasmer-vm wasmer-runtime
-
Enables wasmer-vm =2.0.0
- wasmer-types wasmer-runtime
-
Enables wasmer-types =2.0.0
We only include these two to avoid https://github.com/wasmerio/wasmer/issues/2749
- wasmer-derive wasmer-runtime
-
Enables wasmer-derive =2.0.0