tailtalk-packets 0.1.2

Parsers and encoders for AppleTalk packets
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 = "2024"
name = "tailtalk-packets"
version = "0.1.2"
authors = ["FeralFirmware"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsers and encoders for AppleTalk packets"
readme = false
license-file = "LICENSE"
repository = "https://github.com/feralfirmware/tailtalk"

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

[dependencies.bitflags]
version = "2.6"

[dependencies.byteorder]
version = "^1.5.0"

[dependencies.bytes]
version = "^1.11.1"

[dependencies.encoding_rs]
version = "0.8.33"

[dependencies.thiserror]
version = "^1.0.69"

[dev-dependencies.assert_hex]
version = "0.4.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"