[package] name = "jsonrpsee-examples" version = "0.1.0" authors = ["Parity Technologies "] description = "Examples for jsonrpsee" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-std = "1.9" env_logger = "0.8" futures = "0.3" log = "0.4" jsonrpsee-types = { path = "../types" } jsonrpsee-http-client = { path = "../http-client" } jsonrpsee-ws-client = { path = "../ws-client" } jsonrpsee-ws-server = { path = "../ws-server" } jsonrpsee-http-server = { path = "../http-server" } jsonrpsee-proc-macros = { path = "../proc-macros" } tokio = { version = "1", features = ["full"] }