# 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 = "2021" name = "ping-proxy" version = "0.1.0" authors = ["guojing "] description = "A utility to send ICMP request packets through a proxy agent" homepage = "https://github.com/guojing7/ping-proxy" keywords = ["icmp", "network", "ping", "utility"] categories = ["command-line-utilities", "network-programming"] license = "MIT" repository = "https://github.com/guojing7/ping-proxy" resolver = "2" [[bin]] name = "ping" path = "src/ping/main.rs" [[bin]] name = "proxy" path = "src/proxy/main.rs" [dependencies.buf-view] version = "0.1.0" [dependencies.futures] version = "0.3.19" [dependencies.signal-hook] version = "0.3.13" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.tokio] version = "1.14.1" features = ["full"]