[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 = []
[lib]
name = "msgpacker"
path = "src/lib.rs"
[package]
authors = ["Victor Lopez <victor@codx.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.8"
[[test]]
name = "binary"
path = "tests/binary.rs"
[[test]]
name = "collections"
path = "tests/collections.rs"
required-features = ["derive"]
[[test]]
name = "common"
path = "tests/common.rs"
[[test]]
name = "float"
path = "tests/float.rs"
[[test]]
name = "int"
path = "tests/int.rs"