[[bin]]
name = "ethock"
path = "src/bin.rs"
[dependencies.rouille]
version = "3.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "ethock_lib"
path = "src/lib.rs"
[package]
authors = ["PumpkinSeed <qwer.kocka@gmail.com>"]
description = "Lightweight Ethereum JSON RPC Mock written in Rust\n"
edition = "2018"
keywords = ["ethereum", "mock", "json", "rpc"]
license = "MIT OR Apache-2.0"
name = "ethock"
readme = "README.md"
repository = "https://github.com/PumpkinSeed/ethock"
version = "0.0.3"