Cargo Features

near-chain-configs has no features set by default.

[dependencies]
near-chain-configs = { version = "0.30.0-rc.2", features = ["nightly", "test_genesis", "metrics", "test_utils"] }
nightly

Enables nightly of near-o11y, near-parameters, and near-primitives

test_genesis

Enables rand and test_utils of near-primitives

Affects near-chain-configs::test_genesis

metrics = near-o11y

Enables clock of near-time

test_utils

Enables rand of near-primitives

Affects near-chain-configs::test_utils

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.

near-o11y metrics? nightly?