Cargo Features

unc-jsonrpc-primitives has no features set by default.

[dependencies]
unc-jsonrpc-primitives = { version = "0.10.2", features = ["full", "nightly_protocol", "nightly", "debug_types", "test_features"] }
full = debug_types
nightly_protocol nightly?

Enables nightly_protocol of unc-chain-configs, unc-client-primitives, and unc-primitives

nightly = nightly_protocol

Enables nightly of unc-chain-configs, unc-client-primitives, and unc-primitives

debug_types full? = unc-client-primitives

Affects status::DebugStatusResponse, status::RpcDebugStatusResponse

test_features

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.

unc-client-primitives debug_types? nightly? nightly_protocol?