jsonrpc-types 0.3.3

A set of types for representing JSON-RPC requests and responses.
Documentation
[package]
name = "jsonrpc-types"
version = "0.3.3"
authors = ["koushiro <koushiro.cqx@gmail.com>"]
edition = "2018"
readme = "README.md"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/jsonrpc-types"
repository = "https://github.com/koushiro/async-jsonrpc"
description = "A set of types for representing JSON-RPC requests and responses."
keywords = ["jsonrpc", "rpc", "types"]
categories = ["network-programming", "web-programming"]

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"