packet-strata 0.1.13

A high-performance packet parsing library
Documentation
[dependencies.ahash]
version = "0.8.12"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.hashlink]
version = "0.11.0"

[dependencies.pcap-parser]
version = "0.15"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.smallvec]
features = ["const_new"]
version = "1.15"

[dependencies.smol_str]
version = "0.3"

[dependencies.thiserror]
version = "2.0"

[dependencies.zerocopy]
features = ["derive"]
version = "0.8.33"

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

[package]
authors = ["Nicola Bonelli <nicola.bonelli@larthia.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "parser-implementations"]
description = "A high-performance packet parsing library"
documentation = "https://docs.rs/packet-strata"
edition = "2021"
homepage = "https://github.com/awgn/packet-strata"
keywords = ["packet", "parsing", "network", "pcap", "protocols"]
license = "MIT"
name = "packet-strata"
readme = "README.md"
repository = "https://github.com/awgn/packet-strata"
version = "0.1.13"