Cargo Features
near-chain-configs has no features set by default.
[dependencies]
near-chain-configs = { version = "0.27.0", features = ["protocol_feature_nonrefundable_transfer_nep491", "nightly_protocol", "nightly", "test_genesis", "metrics", "test_utils"] }
- protocol_feature_nonrefundable_transfer_nep491 nightly?
- nightly_protocol nightly?
-
Enables nightly_protocol of near-o11y, near-parameters, and near-primitives
- nightly = nightly_protocol, protocol_feature…transfer_nep491
-
Enables nightly of near-o11y, near-parameters, and near-primitives
- test_genesis
-
Enables rand of near-primitives
Affects
near-chain-configs::test_genesis
… - metrics = near-o11y
- 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.