Cargo Features

scale-core has no features set by default.

[dependencies]
scale-core = { version = "0.1.2", features = ["emulate"] }
emulate = lazy_static, num-bigint, num-integer, num-traits

Affects scale-core::black_box, scale-core::reveal

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.

lazy_static emulate?
num-bigint emulate?

Enables num-bigint ^0.3.0

num-integer emulate?
num-traits emulate?