msgpack-value 1.1.0

Types and macros for the MessagePack data model
Documentation
[dependencies.proptest]
optional = true
version = "1"

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

[dependencies.thiserror]
version = "^1.0.25"

[features]
default = ["proptest"]
proptest = ["dep:proptest", "dep:proptest-derive"]

[package]
authors = ["Yuichi Nishiwaki <yuichi.nishiwaki@icloud.com>"]
description = "Types and macros for the MessagePack data model"
edition = "2021"
license = "MIT"
name = "msgpack-value"
repository = "https://github.com/Idein/msgpack-schema"
version = "1.1.0"