[dependencies.async-io]
optional = true
version = "1.4"
[dependencies.futures-lite]
optional = true
version = "1.11"
[dependencies.libc]
version = "0.2"
[features]
async = ["futures-lite", "async-io"]
default = ["async"]
[package]
authors = ["Alexander Polakov <plhk@sdf.org>", "Milan Pässler <mil@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 = "MIT"
name = "afpacket"
readme = "README.md"
repository = "https://github.com/nyantec/afpacket"
version = "0.1.0"