datagram-chunker 0.0.2

Serialize and deserialize messages in datagrams
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 = "datagram-chunker"
version = "0.0.2"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serialize and deserialize messages in datagrams"
readme = "README.md"
license = "MIT"
repository = "https://github.com/piot/datagram-chunker"

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

[[test]]
name = "datagram_chunker"
path = "tests/datagram_chunker.rs"

[dependencies.err-rs]
version = "0.0.4"

[dependencies.flood-rs]
version = "0.0.12"

[dependencies.hexify]
version = "0.0.3"

[dependencies.log]
version = "0.4.22"