pim-protocol 0.1.6

Wire protocol types and frame serialization for the Proximity Internet Mesh
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 = "pim-protocol"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol types and frame serialization for the Proximity Internet Mesh"
readme = false
license = "MIT"
repository = "https://github.com/Astervia/proximity-internet-mesh"

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

[dependencies.bitflags]
version = "2"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.pim-core]
version = "0.1.9"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"