# 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" name = "lazy-etherscan" version = "0.1.1" authors = ["woxjro "] description = "Simple Terminal UI for the Ethereum Blockchain Explorer" homepage = "https://github.com/woxjro/lazy-etherscan" readme = "README.md" keywords = [ "ethereum", "blockchain", "tui", "etherscan", "ratatui", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/woxjro/lazy-etherscan" [dependencies.cfonts] version = "1.1.0" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.crossterm] version = "0.26.1" features = ["event-stream"] [dependencies.ethers] version = "2.0.11" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4.20" [dependencies.ratatui] version = "0.22.0" features = ["all-widgets"] [dependencies.serde] version = "1.0.189" [dependencies.serde_json] version = "1.0.104" [dependencies.simplelog] version = "0.12.1" [dependencies.tempfile] version = "3.9.0" [dependencies.tokio] version = "1.29.1" features = ["full"] [dependencies.toml] version = "0.8.4" [dependencies.url] version = "2.4.1"