[dependencies.log]
version = "0.4"
[dependencies.thiserror]
version = "2.0"
[lib]
name = "nym_ordered_buffer"
path = "src/lib.rs"
[package]
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This crate takes care of reliably and speedily turning bytes into a series of ordered message fragments on one side, and of reliably reassembling the fragments into the original message on the other"
documentation = "https://nymtech.net"
edition = "2021"
homepage = "https://nymtech.net"
license = "Apache-2.0"
name = "nym-ordered-buffer"
readme = "README.md"
repository = "https://github.com/nymtech/nym"
version = "1.20.4"