jsonrpsee-core 0.21.0

Utilities for jsonrpsee
Documentation

jsonrpsee-core

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 17 feature flags, 1 of them enabled by default.

default

    This feature flag does not enable additional features.

async-client

  • async-lock
  • client
  • futures-util/alloc
  • rustc-hash
  • tokio/macros
  • tokio/rt
  • tokio/time
  • futures-timer
  • tokio-stream
  • pin-project

async-wasm-client

  • async-lock
  • client
  • futures-util/alloc
  • wasm-bindgen-futures
  • rustc-hash/std
  • futures-timer/wasm-bindgen
  • tokio/macros
  • tokio/time
  • pin-project

server

  • futures-util/alloc
  • rustc-hash/std
  • parking_lot
  • rand
  • tokio/rt
  • tokio/sync
  • tokio/macros
  • tokio/time

http-helpers

  • hyper
  • futures-util

client

  • futures-util/sink
  • tokio/sync

wasm-bindgen-futures

  • dep:wasm-bindgen-futures

pin-project

  • dep:pin-project

futures-util

  • dep:futures-util

rustc-hash

  • dep:rustc-hash

tokio

  • dep:tokio

tokio-stream

  • dep:tokio-stream

hyper

  • dep:hyper

rand

  • dep:rand

async-lock

  • dep:async-lock

parking_lot

  • dep:parking_lot

futures-timer

  • dep:futures-timer