# 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 = "p2ping" version = "0.0.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ping a libp2p peer" documentation = "https://docs.rs/p2ping" readme = "README.md" license = "MIT" repository = "https://github.com/btwiuse/p2ping" [lib] name = "p2ping" path = "src/lib.rs" [[bin]] name = "p2ping" path = "src/main.rs" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.either] version = "1.13.0" [dependencies.futures] version = "0.3.31" [dependencies.hex] version = "0.4.3" [dependencies.libp2p] version = "0.54.1" features = [ "tcp", "dns", "tokio", "noise", "yamux", "websocket", "ping", "macros", "identify", "rsa", "secp256k1", "quic", "relay", "ecdsa", "kad", ] [dependencies.libp2p-noise] version = "0.45.0" [dependencies.libp2p-tls] version = "0.5.0" [dependencies.libp2p-yamux] version = "0.46.0" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["full"]