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 whenever marine-core is added without default-features = false somewhere in the dependency tree.

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