Cargo Features
[dependencies]
dictator-core = { version = "0.16.3", default-features = false, features = ["wasm-loader"] }
- default = wasm-loader
-
The
wasm-loaderfeature is set by default wheneverdictator-coreis added withoutsomewhere in the dependency tree.default-features = false - wasm-loader default = libloading, wasmtime, wasmtime-wasi
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.