jsonrpc 0.11.0

Rust support for the JSON-RPC 2.0 protocol
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "jsonrpc"
version = "0.11.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>"]
description = "Rust support for the JSON-RPC 2.0 protocol"
homepage = "https://github.com/apoelstra/rust-jsonrpc/"
documentation = "https://www.wpsoftware.net/rustdoc/jsonrpc/"
readme = "README.md"
keywords = ["protocol", "json", "http", "jsonrpc"]
license = "CC0-1.0"
repository = "https://github.com/apoelstra/rust-jsonrpc/"

[lib]
name = "jsonrpc"
path = "src/lib.rs"
[dependencies.hyper]
version = "0.10"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_json]
version = "1"