Cargo Features

near-o11y has no features set by default.

[dependencies]
near-o11y = { version = "0.23.0", features = ["nightly_protocol", "nightly", "io_trace"] }
nightly_protocol nightly?

Enables nightly_protocol of near-fmt and near-primitives-core

nightly = nightly_protocol

Enables nightly of near-fmt and near-primitives-core

io_trace = near-fmt, strum

Affects subscriber::make_io_tracing_layer

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-fmt io_trace? nightly? nightly_protocol?
strum io_trace?

Enables strum ^0.24