# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.64" name = "block_scanner" version = "0.1.2" authors = ["Link.MessageBox "] publish = true description = "Ethereum-like block parser" homepage = "https://github.com/messagebox-link/evm_block_scanner" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/messagebox-link/evm_block_scanner" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "tokio1", ] [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.surf] version = "2.3.2" features = [ "encoding", "middleware-logger", "hyper-client", ] default-features = false [target.x86_64-unknown-linux-musl.dependencies.openssl] version = "0.10.40" features = ["vendored"]