# 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 = "wise" version = "1.1.1" authors = ["MizukiSonoko "] description = "Whois for ENS" readme = "README.md" keywords = ["ens", "ethereum"] categories = ["command-line-interface"] license = "MIT OR MPL-2.0" [dependencies.anyhow] version = "1.0" [dependencies.bs58] version = "0.2.0" [dependencies.clap] version = "3.0.0-beta.2" [dependencies.hex] version = "0.4.3" [dependencies.qr2term] version = "0.2.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tiny-keccak] version = "2.0" features = ["sha3"] [dependencies.tokio] version = "1.7.0" features = ["full"] [dependencies.web3] version = "0.16.0"