# 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 = "arp-toolkit" version = "0.3.2" authors = ["Oliver Layer "] description = "Toolkit for ARP and RARP using Raw sockets in Rust" homepage = "https://github.com/OliLay/arp-toolkit-rust" readme = "README.md" keywords = [ "arp", "rarp", "ip-to-mac", "mac-to-ip", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/OliLay/arp-toolkit-rust" [lib] name = "libarp" path = "lib.rs" [dependencies.maybe-async] version = "0.2.6" features = [] [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.pnet] version = "0.34" features = ["std"] [features] default = [] sync = ["maybe-async/is_sync"]