jsonrpc-v2 0.3.2

JSONRPC 2.0 server
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]
edition = "2018"
name = "jsonrpc-v2"
version = "0.3.2"
authors = ["Jacob Brown <kardeiz@gmail.com>"]
description = "JSONRPC 2.0 server"
readme = "README.md"
keywords = ["jsonrpc", "json-rpc", "jsonrpc2", "rpc"]
license = "MIT"
repository = "https://github.com/kardeiz/jsonrpc-v2"
[dependencies.actix-service]
version = "0.4"
optional = true

[dependencies.actix-web]
version = "1"
optional = true

[dependencies.bytes]
version = "0.4"

[dependencies.erased-serde]
version = "0.3"

[dependencies.futures]
version = "0.1"

[dependencies.hyper]
version = "0.12.33"
optional = true

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

[dependencies.serde_json]
version = "1"
features = ["raw_value"]
[dev-dependencies.bytes]
version = "0.4.11"

[dev-dependencies.http]
version = "0.1.15"

[dev-dependencies.tokio]
version = "0.1.15"

[features]
actix = ["actix-web", "actix-service"]
default = ["actix"]
easy_errors = []