[package]
authors = ["hex1c <hex1c@protonmail.com>"]
description = "This is a wrapper to bscchain api to get data from BSC chain"
edition = "2018"
keywords = ["binance_smart_chain", "bsc", "bscchain_api"]
name = "bscscan_wrapper"
repository = "https://github.com/hex1c/bscscan_api_wrapper"
version = "0.1.2"
license="MIT OR Apache-2.0"
[dependencies]
reqwest = "0.10.9"
serde = {version = "1.0.118", features = ["derive"]}
serde_json = "1"
web3="0.15.0"
[dev-dependencies]
hex-literal="0.3.1"
actix-rt = "1.1.1"