# 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" rust-version = "1.63.0" name = "socket-pktinfo" version = "0.2.1" authors = ["pixsperdavid "] description = "Small library to allow cross-platform handling of IP_PKTINFO and IPV6_PKTINFO with socket2 crate" homepage = "https://github.com/pixsper/socket-pktinfo" documentation = "https://docs.rs/socket-pktinfo" readme = "README.md" keywords = [ "sockets", "udp", "ip_pktinfo", "multicast", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/pixsper/socket-pktinfo" [dependencies.socket2] version = "0.5.5" features = ["all"] [dev-dependencies.network-interface] version = "1.1.1" [target."cfg(not(windows))".dependencies.libc] version = "0.2.153" [target."cfg(windows)".dependencies.windows-sys] version = "0.48" features = [ "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_IO", ]