[package] name = "cbrzn_msgpack" description = "Rust implementation of the WRAP msgpack encoding standard " version.workspace = true edition.workspace = true rust-version.workspace = true license.workspace = true [dependencies] thiserror.workspace = true serde.workspace = true rmpv = { version = "1.0.0", features = ["with-serde"] } rmp-serde = "1.1.1" serde_bytes = "0.11.9"