[dependencies.async-io]
optional = true
version = "1.4"
[dependencies.futures-lite]
optional = true
version = "1.11"
[dependencies.libc]
version = "0.2"
[dev-dependencies.nom]
version = "6.1"
[features]
async = ["futures-lite", "async-io"]
default = ["async"]
[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.1.2"