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"
version = "0.8.15"
authors = [
"Evgeny Safronov <division494@gmail.com>",
"Kornel <kornel@geekhood.net>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust MessagePack serialization implementation"
readme = "README.md"
keywords = [
"msgpack",
"MessagePack",
]
categories = ["encoding"]
license = "MIT"
resolver = "2"
[package.metadata.release]
tag-prefix = "{{crate_name}}/"
[badges.maintenance]
status = "looking-for-maintainer"
[features]
default = ["std"]
std = ["num-traits/std"]
[lib]
name = "rmp"
path = "src/lib.rs"
[[example]]
name = "inspect"
path = "examples/inspect.rs"
required-features = ["std"]
[[test]]
name = "lib"
path = "tests/lib.rs"
[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.num-traits]
version = "0.2.19"
default-features = false
[dev-dependencies.quickcheck]
version = "1.0.3"