Cargo Features

gcore has no features set by default.

[dependencies]
gcore = { version = "1.10.0", features = ["codec", "debug", "compile-shim", "ethexe"] }
codec

Enables codec of gear-core-errors and gprimitives

debug

Affects utils::ext.debug, utils::ext.stack_debug

compile-shim = cc
ethexe

Enables ethexe of gsys

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.

cc build compile-shim?