[package]
edition = "2018"
name = "ethock"
version = "0.1.0"
authors = ["PumpkinSeed <qwer.kocka@gmail.com>"]
description = "Lightweight Ethereum JSON RPC Mock written in Rust\n"
readme = "README.md"
keywords = ["ethereum", "mock", "json", "rpc"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PumpkinSeed/ethock"
[lib]
name = "ethock_lib"
path = "src/lib.rs"
[[bin]]
name = "ethock"
path = "src/bin.rs"
[dependencies.jsonrpc-core]
version = "17.0.0"
[dependencies.jsonrpc-http-server]
version = "17.0.0"
[dev-dependencies.reqwest]
version = "0.11.0"
features = ["blocking", "json"]