# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eblock" version = "0.0.0" authors = ["https://github.com/drbh"] description = "Stream live updates on mined blocks from Ethscan in your shell." homepage = "https://github.com/drbh/eblock" readme = "README.md" keywords = ["ethereum", "blocks", "cli"] license = "MIT/Apache-2.0" repository = "https://github.com/drbh/eblock.git" [dependencies.chrono] version = "0.4.19" [dependencies.colorize] version = "0.1.0" [dependencies.futures-channel] version = "0.3.15" [dependencies.futures-util] version = "0.3.15" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.tokio] version = "1.8.0" features = ["full"] [dependencies.tokio-tungstenite] version = "0.15.0" features = ["native-tls"] [dependencies.url] version = "2.2.2"