Cargo Features
[dependencies]
cretonne-module = { version = "0.13.2", default-features = false, features = ["std", "core"] }
- default = std
-
The
std
feature is set by default whenevercretonne-module
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of cretonne-codegen and cretonne-entity
- core = hashmap_core
-
Enables core of cretonne-codegen
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.