tetsy-jsonrpc-core-client 15.1.0

Tetsy Transport agnostic JSON-RPC 2.0 client implementation.
Documentation
[badges.travis-ci]
branch = "master"
repository = "tetcoin/tetsy-jsonrpc"
[dependencies.tetsy-jsonrpc-client-transports]
default-features = false
version = "15.1.0"

[features]
arbitrary_precision = ["tetsy-jsonrpc-client-transports/arbitrary_precision"]
http = ["tetsy-jsonrpc-client-transports/http"]
ipc = ["tetsy-jsonrpc-client-transports/ipc"]
tls = ["tetsy-jsonrpc-client-transports/tls"]
ws = ["tetsy-jsonrpc-client-transports/ws"]

[package]
authors = ["Parity Technologies <admin@parity.io>", "Tetcoin Developers <support@tetcoin.org>"]
categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"]
description = "Tetsy Transport agnostic JSON-RPC 2.0 client implementation."
documentation = "https://docs.rs/tetsy-jsonrpc-core-client/"
edition = "2018"
homepage = "https://core.tetcoin.org"
keywords = ["jsonrpc", "json-rpc", "json", "rpc", "serde"]
license = "MIT"
name = "tetsy-jsonrpc-core-client"
repository = "https://github.com/tetcoin/tetsy-jsonrpc"
version = "15.1.0"