someip_parse 0.6.2

A library for parsing the SOME/IP network protocol (without payload interpretation).
Documentation
[package]
name = "someip_parse"
version = "0.6.2"
edition = "2021"
rust-version = "1.60"
authors = ["Julian Schmid <info@julianschmid.name>"]
description = "A library for parsing the SOME/IP network protocol (without payload interpretation)."
repository = "https://github.com/JulianSchmid/someip-parse-rs"
categories = ["network-programming", "parser-implementations"]
keywords = ["someip", "autosar"]
license = "MIT OR Apache-2.0"
readme = "README.md"
exclude = [
    ".gitignore",
    ".github/*",
    ".gitlab-ci.yml",
]

[dependencies]

[dev-dependencies]
assert_matches = "1.5.0"
etherparse = "0.13.0"
proptest = "1.3.1"
rpcap = "1.0.0"