msgpacker 0.4.2

MessagePack protocol implementation for Rust.
Documentation
[[test]]
name = "collections"
required-features = ["derive"]
[dependencies.msgpacker-derive]
optional = true
version = "0.3"
[dev-dependencies.proptest]
version = "1.2"

[dev-dependencies.proptest-derive]
version = "0.3"

[features]
alloc = []
default = ["std", "derive"]
derive = ["msgpacker-derive"]
std = ["alloc"]
strict = []

[package]
authors = ["Victor Lopez <victor@codx.io>"]
categories = ["compression", "encoding", "parser-implementations"]
description = "MessagePack protocol implementation for Rust."
edition = "2021"
keywords = ["messagepack", "msgpack"]
license = "MIT/Apache-2.0"
name = "msgpacker"
readme = "README.md"
repository = "https://github.com/codx-dev/msgpacker"
version = "0.4.2"