packet-strata 0.3.0

A high-performance packet parsing library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[features]
strata_protocol_names = []

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

[dependencies.ahash]
version = "0.8.12"

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

[dependencies.hashlink]
version = "0.11.0"

[dependencies.paste]
version = "1.0.15"

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

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

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

[dependencies.smol_str]
version = "0.3"

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0"

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