# 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 = "turtlescan" version = "0.6.0" description = "Explore Ethereum from the safety of your shell" license = "MIT" repository = "https://github.com/lithp/turtlescan" [dependencies.ansi_term] version = "0.12.1" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.ethers-core] version = "0.4.6" [dependencies.ethers-providers] version = "0.4.6" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.14" [dependencies.log4rs] version = "1.0.0" [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.66" [dependencies.signal-hook] version = "0.3.10" [dependencies.simple-error] version = "0.1.9" [dependencies.term_size] version = "0.3.2" [dependencies.termion] version = "1.5.6" [dependencies.tokio] version = "1.10.0" features = ["full"] [dependencies.tui] version = "0.16"