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-essentialsis added withoutsomewhere in the dependency tree.default-features = false - 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.