# 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 = "pingall" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ping everything you can reach." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Fierthraix/pingall" [[bin]] name = "pingall" path = "src/main.rs" [dependencies.nix] version = "0.29" features = ["net"] [dependencies.pico-args] version = "0.5" [dependencies.tiny-ping] version = "0.5" [dependencies.tokio] version = "1" features = [ "net", "process", "rt", ]