Cargo Features

[dependencies]
cretonne-module = { version = "0.13.2", default-features = false, features = ["std", "core"] }
default = std

The std feature is set by default whenever cretonne-module is added without default-features = false somewhere in the dependency tree.

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.

hashmap_core core?