[package] name = "rup" description = "rup is a universal pinger" version = "0.5.0" repository = "https://github.com/svart/rup" authors = ["Dmitry Shinkaruk "] license = "MIT OR Apache-2.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bincode = "1" clap = "4" serde = { version = "1", features = ["derive"] } socket2 = "0.5.7" tokio = { version = "1", features = ["macros", "rt", "time", "signal", "sync", "net", "io-util"] }