rawsock 0.1.1

Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring using a consistent API for all of them.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "rawsock"
version = "0.1.1"
authors = ["Szymon Wieloch <szymon.wieloch@gmail.com>"]
description = "Library for receiving and sending raw packets. While most crate wrap just one library, rawsock allows you to use pcap, wpcap, npcap and pf_ring using a consistent API for all of them."
keywords = ["packet", "socket", "pf_ring", "wpcap", "pcap"]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/szymonwieloch/rust-rawsock"

[[example]]
name = "dynamic"

[[example]]
name = "static"

[[example]]
name = "list_interfs"
[dependencies.dlopen]
version = "0.1.7"

[dependencies.dlopen_derive]
version = "0.1.4"

[dependencies.errno]
version = "0.2.4"

[dependencies.libc]
version = "0.2.29"

[dependencies.time]
version = "0.1"
[dev-dependencies.get_if_addrs]
version = "0.5.3"
[badges.is-it-maintained-open-issues]
repository = "szymonwieloch/rust-rawsock"

[badges.travis-ci]
branch = "master"
repository = "szymonwieloch/rust-rawsock"