Source code

Revision control

Copy as Markdown

Other Tools

# 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"
rust-version = "1.85"
name = "rmp-serde"
version = "1.3.1"
authors = ["Evgeny Safronov <division494@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Serde support for MessagePack"
documentation = "https://docs.rs/rmp-serde"
readme = "README.md"
keywords = [
"msgpack",
"MessagePack",
"serde",
"serialization",
]
categories = ["encoding"]
license = "MIT"
resolver = "2"
[package.metadata.release]
tag-prefix = "{{crate_name}}/"
[badges.maintenance]
status = "looking-for-maintainer"
[lib]
name = "rmp_serde"
path = "src/lib.rs"
[[test]]
name = "decode"
path = "tests/decode.rs"
[[test]]
name = "decode_derive"
path = "tests/decode_derive.rs"
[[test]]
name = "encode"
path = "tests/encode.rs"
[[test]]
name = "encode_derive"
path = "tests/encode_derive.rs"
[[test]]
name = "round"
path = "tests/round.rs"
[[bench]]
name = "buf"
path = "benches/buf.rs"
[dependencies.rmp]
version = "0.8.14"
[dependencies.serde]
version = "1.0.228"
[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies.serde_bytes]
version = "0.11.19"