Cargo Features

[dependencies]
intuicio-essentials = { version = "0.48.8", default-features = false, features = ["plugins", "vm", "typehash_debug_name"] }
default = plugins, vm

These default features are set whenever intuicio-essentials is added without default-features = false somewhere in the dependency tree.

plugins default = intuicio-plugins

Affects intuicio-essentials::plugins

vm default = intuicio-backend-vm

Affects intuicio-essentials::vm

typehash_debug_name

Enables typehash_debug_name of intuicio-data

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.

intuicio-plugins plugins
intuicio-backend-vm vm