# 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 = "ekko" version = "0.7.3" authors = ["André Storfjord Kristiansen"] exclude = [ ".gitattributes", ".gitignore", ".git", ".vscode/**", ".github/**", ".cargo/**", "media/**", ] description = "Ekko is a simple and light utility for sending echo requests." homepage = "https://github.com/dev-bio/ekko" readme = "README.md" keywords = [ "icmpv6", "icmpv4", "icmp", "echo", "ping", ] license = "MIT" repository = "https://github.com/dev-bio/ekko" [dependencies.byteorder] version = "1.4.3" [dependencies.rand] version = "0.8.5" [dependencies.socket2] version = "0.5.3" features = ["all"] [dependencies.thiserror] version = "1.0.40"