ekko 0.7.0

Ekko is a simple and light utility for sending echo requests, built upon raw sockets.
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.rand]
version = "0.8.3"

[dependencies.socket2]
features = ["all"]
version = "0.4.0"

[dependencies.thiserror]
version = "1.0.25"

[package]
authors = ["André Kristiansen"]
description = "Ekko is a simple and light utility for sending echo requests, built upon raw sockets."
edition = "2018"
exclude = [".gitattributes", ".gitignore", ".git", ".vscode/**", ".github/**", ".cargo/**", "media/**"]
homepage = "https://github.com/dev-bio/ekko"
keywords = ["icmpv6", "icmpv4", "icmp", "echo", "ping"]
license = "MIT"
name = "ekko"
readme = "README.md"
repository = "https://github.com/dev-bio/ekko"
version = "0.7.0"