Cargo Features

near-client-primitives has no features set by default.

[dependencies]
near-client-primitives = { version = "0.27.0", features = ["nightly_protocol", "nightly", "sandbox", "test_features"] }
nightly_protocol nightly?

Enables nightly_protocol of near-chain-configs and near-primitives

nightly = nightly_protocol

Enables nightly of near-chain-configs and near-primitives

sandbox

Affects types::SandboxMessage, types::SandboxResponse

test_features

Enables test_features of near-primitives