Cargo Features

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

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

std default

Enables std of cretonne-codegen and target-lexicon ^0.0.3

core

when compiling with the "core" feature, nightly must be enabled enabling the "nightly" feature for raw-cpuid allows avoiding linking in a c-library.

Enables core of cretonne-codegen, nightly of raw-cpuid ^4