# 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 = "librping" version = "0.1.8" authors = ["tooraj taraz "] description = "Fast Rust ping library" homepage = "https://github.com/toorajtaraz/librping/" documentation = "https://docs.rs/librping" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/toorajtaraz/librping/" [dependencies.ansi_term] version = "0.12" [dependencies.libc] version = "0.2.39" [dependencies.pnet] version = "0.27.2" [dependencies.pnet_macros_support] version = "0.27.2" [dependencies.pnet_packet] version = "0.27.2" [dependencies.pnet_sys] version = "0.27.2" [dependencies.rand] version = "0.7"