afpacket 0.2.3

Bindings for Linux raw packet sockets (AF_PACKET), and an async wrapper
Documentation
[dependencies.async-io]
optional = true
version = "1.4"

[dependencies.futures-lite]
optional = true
version = "1.11"

[dependencies.libc]
version = "0.2"

[dependencies.tokio]
features = ["net"]
optional = true
version = "1.14"
[dev-dependencies.nom]
version = "6.1"

[dev-dependencies.tokio]
features = ["net", "macros", "rt-multi-thread", "io-util"]
version = "1.14"

[features]
async-std = ["futures-lite", "async-io"]
async-tokio = ["futures-lite", "tokio"]

[package]
authors = ["The afpacket Authors <oss@nyantec.com>"]
categories = ["network-programming", "os"]
description = "Bindings for Linux raw packet sockets (AF_PACKET), and an async wrapper"
edition = "2018"
keywords = ["async", "raw", "socket"]
license = "MirOS"
name = "afpacket"
readme = "README.md"
repository = "https://github.com/nyantec/afpacket"
version = "0.2.3"