[package] name = "block_scanner" authors = ["Link.MessageBox "] homepage = "https://github.com/messagebox-link/evm_block_scanner" description = "Ethereum-like block parser" version = "0.1.2" edition = "2021" license = "Apache-2.0" publish = true repository = "https://github.com/messagebox-link/evm_block_scanner" rust-version = "1.64" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] surf = {version="2.3.2", default-features=false, features=["encoding", "middleware-logger", "hyper-client"]} log = "0.4.17" async-std = { version = "1.12.0", features = ["attributes", "tokio1"] } serde = { version = "1", features = ["derive"] } serde_json = "1" rand = "0.8.5" [target.x86_64-unknown-linux-musl.dependencies] openssl = { version = "0.10.40", features = ["vendored"] }