Cargo Features

AF_PACKET has no features set by default.

[dependencies]
afpacket = { version = "0.2.3", features = ["async-std", "async-tokio"] }
async-std = async-io, futures-lite

Affects afpacket::async_std

async-tokio = futures-lite, tokio

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

futures-lite async-std? async-tokio?

Enables futures-lite ^1.11

async-io async-std?

Enables async-io ^1.4

tokio async-tokio?

Affects afpacket::tokio