rmpv 0.4.2

Value variant for RMP
Documentation
[package]
name = "rmpv"
version = "0.4.2"
authors = ["Evgeny Safronov <division494@gmail.com>"]
license = "MIT"
description = "Value variant for RMP"
repository = "https://github.com/3Hren/msgpack-rust"
documentation = "https://docs.rs/rmpv"
readme = "../README.md"
keywords = ["msgpack", "MessagePack", "serialization"]
categories = ["encoding"]
edition = "2018"

[features]
with-serde = ["serde", "serde_bytes"]

[dependencies]
serde_bytes = { version = "0.11.2", optional = true }
rmp = { version = "0.8.8", path = "../rmp" }
num-traits = "0.2.8"
serde = { version = "1.0.99", optional = true }

[dev-dependencies]
quickcheck = "0.9"