celestia-core-rpc 0.34.0

celestia-core-rpc contains the core types returned by a Celestia Core node's RPC endpoint. All networking related features are feature guarded to keep the dependencies small in cases where only the core types are needed.

celestia-core-rpc

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 15 feature flags, 1 of them enabled by default.

default

  • flex-error/std
  • flex-error/eyre_tracer

websocket-client

  • async-tungstenite
  • futures
  • http
  • tokio/rt-multi-thread
  • tokio/fs
  • tokio/macros
  • tokio/sync
  • tokio/time
  • tracing

http-client

  • futures
  • http
  • hyper
  • hyper-proxy
  • hyper-rustls
  • tokio/fs
  • tokio/macros
  • tracing

cli

  • http-client
  • structopt
  • tracing-subscriber
  • websocket-client

futures

  • dep:futures

http

  • dep:http

secp256k1

  • celestia-core/secp256k1

structopt

  • dep:structopt

hyper-rustls

  • dep:hyper-rustls

tracing

  • dep:tracing

hyper

  • dep:hyper

tokio

  • dep:tokio

tracing-subscriber

  • dep:tracing-subscriber

async-tungstenite

  • dep:async-tungstenite

hyper-proxy

  • dep:hyper-proxy