Cargo Features
[dependencies]
marine-core = { version = "0.31.0", default-features = false, features = ["marine-wasmtime-backend"] }
- default = marine-wasmtime-backend
-
The
marine-wasmtime-backend
feature is set by default whenevermarine-core
is added without
somewhere 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