# 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 = "2018" name = "enr-cli" version = "0.7.0" authors = ["Age Manning "] exclude = [ ".gitignore", ".github/*", ] description = "Simple utility to read Ethereum Node Records (ENR)" readme = "./README.md" keywords = [ "ethereum", "enr", "record", "EIP778", "node", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/AgeManning/enr-cli" [[bin]] name = "enr-cli" path = "src/main.rs" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.0.18" [dependencies.enr] version = "0.12" features = ["ed25519"] [dependencies.eth2_ssz] version = "0.4.0" [dependencies.eth2_ssz_derive] version = "0.3.0" [dependencies.hex] version = "0.4.3" [dependencies.libp2p-core] version = "0.41" [dependencies.libp2p-identity] version = "0.2.8" features = [ "ecdsa", "ed25519", "peerid", "secp256k1", "rand", ] [dev-dependencies.tiny-keccak] version = "2.0.2" features = ["keccak"]