tripley-rpc-runtime-codec-msgpack 0.1.2

MessagePack envelope codec for the Tripley RPC runtime protocol.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "tripley-rpc-runtime-codec-msgpack"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MessagePack envelope codec for the Tripley RPC runtime protocol."
readme = false
license = "MIT"
repository = "https://github.com/orichyyy/Tripley.Xenon"

[lib]
name = "rpc_runtime_codec_msgpack"
path = "src/lib.rs"

[dependencies.rmpv]
version = "1.3.0"

[dependencies.rpc-runtime-core]
version = "0.1.2"
package = "tripley-rpc-runtime-core"

[dependencies.rpc-runtime-errors]
version = "0.1.2"
package = "tripley-rpc-runtime-errors"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.19.0"
features = ["serde"]