# 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 = "pack2" version = "0.1.3" description = "windows ipv4 packet sniffing" documentation = "https://docs.rs/pack2" readme = "README.md" keywords = [ "windows", "packet", "sniffing", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/chronicl/pack2" resolver = "2" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" [dependencies.socket2] version = "0.4.4" features = ["all"] [dependencies.thiserror] version = "1" [dependencies.windows] version = "0.37.0" features = [ "alloc", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_System_IO", ] [dev-dependencies.etherparse] version = "0.10"