[package] name = "escan" version = "0.2.0" description = "Ξ Escan is a Rust API wrapper for Etherscan and its derivatives" authors = ["Berzan "] license = "MIT" edition = "2021" readme = "README.md" repository = "https://github.com/BerzanXYZ/escan" categories = ["web-programming"] keywords = ["binance", "ethereum", "etherscan", "crypto", "gas"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.19.2", features = ["full"] } reqwest = { version = "0.11.11", features = ["json"] } serde = { version = "1.0.138", features = ["derive"] }