Cargo Features
[dependencies]
marine-core = { version = "0.31.0", default-features = false, features = ["marine-wasmtime-backend"] }
- default = marine-wasmtime-backend
-
The
marine-wasmtime-backendfeature is set by default whenevermarine-coreis added withoutsomewhere in the dependency tree.default-features = false Affects
marine-core::wasmtime…
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.
- marine-wasmtime-backend default