Cargo Features

cosmian_std has no features set by default.

[dependencies]
cosmian_std = { version = "0.1.4", features = ["emulate"] }
emulate = once_cell, serde_json

Enables emulate of scale-core and scale_std

Affects cosmian_std::reexports, output::PLAYERS_OUTPUT_ROWS

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.

serde_json emulate?

Enables serde_json

Need for emulation mode

once_cell emulate?