json-rpc2 0.3.0

Simple, robust and pragmatic JSON-RPC 2.0 implementation
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[package]
authors = ["muji <muji@tmpfs.org>"]
description = "Simple, robust and pragmatic JSON-RPC 2.0 implementation"
edition = "2018"
keywords = ["JSON", "RPC", "JSON-RPC"]
license = "MIT OR Apache-2.0"
name = "json-rpc2"
readme = "README.md"
repository = "https://github.com/tmpfs/json-rpc2"
version = "0.3.0"