[go: up one dir, main page]

rmp 0.3.0

Pure Rust MessagePack serialization implementation
[package]

name = "rmp"
version = "0.3.0"
authors = ["Evgeny Safronov <division494@gmail.com>"]

description = "Pure Rust MessagePack serialization implementation"

documentation = "https://3hren.github.io/msgpack-rust/rmp/index.html"

repository = "https://github.com/3Hren/msgpack-rust"

readme = "README.md"

keywords = ["msgpack", "MessagePack"]

license = "MIT"

[dependencies]
byteorder = "*"
rustc-serialize = "0.3"