xxai-msgpacker 0.4.4

MessagePack protocol implementation for Rust.
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 = "xxai-msgpacker"
version = "0.4.4"
authors = ["Victor Lopez <victor@codx.io>"]
description = "MessagePack protocol implementation for Rust."
readme = "README.md"
keywords = [
    "messagepack",
    "msgpack",
]
categories = [
    "compression",
    "encoding",
    "parser-implementations",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/codx-dev/msgpacker"

[[test]]
name = "collections"
required-features = ["derive"]

[dependencies.msgpacker-derive]
version = "0.3"
optional = true

[dev-dependencies.proptest]
version = "1.2"

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

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