Cargo Features

[dependencies]
pcaparse = { version = "0.2.0-alpha", default-features = false, features = ["tokio"] }
default = tokio

The tokio feature is set by default whenever pcaparse is added without default-features = false somewhere in the dependency tree.

tokio default = async-trait, tokio-byteorder

Enables tokio

Affects block_common::AsyncPcapNgBlock

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.

async-trait tokio
tokio-byteorder tokio