async-pcap 0.1.6

An asynchronous implementation of pcap.
Documentation
[[bin]]
name = "async-pcap"
path = "src/main.rs"

[dependencies.log]
version = "0.4"

[dependencies.pcap]
version = "2.3"

[dependencies.tokio]
features = ["full"]
version = "1.47"

[lib]
name = "async_pcap"
path = "src/lib.rs"

[package]
authors = ["Lorenzo Leonardo <enzotechcomputersolutions@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An asynchronous implementation of pcap."
documentation = "https://docs.rs/async-pcap"
edition = "2024"
homepage = "https://github.com/LorenzoLeonardo/async-pcap"
license = "MIT"
name = "async-pcap"
readme = "README.md"
repository = "https://github.com/LorenzoLeonardo/async-pcap"
version = "0.1.6"