wireforge-io 1.0.2

Cross-platform raw socket I/O — AF_PACKET/BPF/NPcap L2 and raw socket L3
Documentation
# 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 = "wireforge-io"
version = "1.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform raw socket I/O — AF_PACKET/BPF/NPcap L2 and raw socket L3"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wireforge/wireforge"

[features]
default = []
npcap = []

[lib]
name = "wireforge_io"
path = "src/lib.rs"

[[example]]
name = "cross_platform_dump"
path = "examples/cross_platform_dump.rs"

[[example]]
name = "cross_platform_send"
path = "examples/cross_platform_send.rs"

[[example]]
name = "list_interfaces"
path = "examples/list_interfaces.rs"

[[example]]
name = "packet_dump"
path = "examples/packet_dump.rs"

[[example]]
name = "simple_ping"
path = "examples/simple_ping.rs"

[dependencies.socket2]
version = "0.5"
features = ["all"]

[dependencies.wireforge-core]
version = "1.0.2"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.libc]
version = "0.2"