Cargo.toml 600 B
Newer Older
[package]
name = "jsonrpsee-benchmarks"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Benchmarks for jsonrpsee"
edition = "2018"
license = "MIT"

[dev-dependencies]
async-std = "1.8"
criterion = "0.3"
futures = "0.3"
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" }
num_cpus = "1"
tokio = { version = "1", features = ["full"] }

[[bench]]
name = "bench"
harness = false