Cargo Features

wasmbus-rpc has no features set by default.

[dependencies]
wasmbus-rpc = { version = "0.15.0", features = ["BigInteger", "BigDecimal", "metrics", "otel"] }
BigInteger = num-bigint
BigDecimal = bigdecimal
metrics = prometheus
otel = opentelemetry, opentelemetry-otlp, tracing-opentelemetry

Affects wasmbus-rpc::otel

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.

num-bigint BigInteger?

Enables num-bigint

BigInteger support

bigdecimal BigDecimal?

Enables bigdecimal ^0.3

BigDecimal support

opentelemetry not wasm32 otel?

Enables opentelemetry ^0.17

opentelemetry-otlp not wasm32 otel?

Enables opentelemetry-otlp ^0.10

prometheus not wasm32 metrics?

Affects rpc_client::RpcStats

tracing-opentelemetry not wasm32 otel?

Enables tracing-opentelemetry ^0.17