# 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 = "pingkeeper" version = "3.2.0" authors = ["Ignacio Lago "] description = "Command line application that monitorizes that network is reachable (direct tcp connection or ping) and, in case of failure, runs a command. Optionally it can monitor that the command is permanently running and restart it if network is unreachable.\n" homepage = "https://github.com/ignlg/pingkeeper" readme = "README.md" keywords = ["cli", "network", "linux", "macos", "tool"] license = "GPL-3.0-or-later" repository = "https://github.com/ignlg/pingkeeper" [profile.release] lto = true debug = false [dependencies.nix] version = "0.17" [dependencies.pipeliner] version = "1.0" [dependencies.rand] version = "0.7" [dependencies.structopt] version = "0.3"