async-pcap 0.1.6

An asynchronous implementation of pcap.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "async-pcap"
version = "0.1.6"
edition = "2024"
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
description = "An asynchronous implementation of pcap."
license = "MIT"
repository = "https://github.com/LorenzoLeonardo/async-pcap"
homepage = "https://github.com/LorenzoLeonardo/async-pcap"
documentation = "https://docs.rs/async-pcap"
readme = "README.md"

[dependencies]
log = "0.4"
pcap = "2.3"
tokio = { version = "1.47", features = ["full"] }