# 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 = "discv5-cli" version = "0.7.1" authors = ["Age Manning "] build = false exclude = [ ".gitignore", ".github/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Simple CLI utility for creating and debugging discovery v5 servers" readme = "README.md" keywords = [ "ethereum", "discv5", "discovery", "p2p", "dht", ] categories = ["cryptography::cryptocurrencies"] license = "MIT" repository = "https://github.com/AgeManning/discv5-cli" [lib] name = "discv5_cli" path = "src/lib.rs" [[bin]] name = "discv5-cli" path = "src/main.rs" [[test]] name = "bootstrap" path = "tests/bootstrap.rs" [[test]] name = "packet" path = "tests/packet.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.discv5] version = "0.8" features = ["libp2p"] [dependencies.eyre] version = "0.6.12" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.libp2p-core] version = "0.42" [dependencies.libp2p-identity] version = "0.2.9" features = ["secp256k1"] [dependencies.libsecp256k1] version = "0.7" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.210" [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10" [dependencies.simple_logger] version = "5.0" [dependencies.tokio] version = "1" features = ["full"]