jsonrpc-client-http 0.5.0

A transport implementation for jsonrpc-client-core based on Hyper and futures
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-client-http"
version = "0.5.0"
authors = ["Mullvad VPN <admin@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>"]
description = "A transport implementation for jsonrpc-client-core based on Hyper and futures"
readme = "README.md"
keywords = ["jsonrpc", "rpc", "client", "http", "https"]
categories = ["network-programming", "web-programming", "web-programming::http-client"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mullvad/jsonrpc-client-rs"
[dependencies.error-chain]
version = "0.12"

[dependencies.futures]
version = "0.1.15"

[dependencies.hyper]
version = "0.11"

[dependencies.hyper-tls]
version = "0.1"
optional = true

[dependencies.jsonrpc-client-core]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.1"
optional = true

[dependencies.tokio-core]
version = "0.1"
[dev-dependencies.jsonrpc-core]
version = "8.0"

[dev-dependencies.jsonrpc-http-server]
version = "8.0"

[dev-dependencies.jsonrpc-macros]
version = "8.0"

[dev-dependencies.tokio-service]
version = "0.1"

[features]
tls = ["hyper-tls", "native-tls"]
[badges.appveyor]
repository = "mullvad/jsonrpc-client-rs"

[badges.travis-ci]
repository = "mullvad/jsonrpc-client-rs"