messagepack-serde 0.2.2

messagepack for `no_std` with `serde`
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 = "messagepack-serde"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "messagepack for `no_std` with `serde`"
readme = "README.md"
keywords = [
    "messagepack",
    "serde",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tunamaguro/messagepack-rs"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = [
    "serde/alloc",
    "messagepack-core/alloc",
]
default = ["std"]
std = [
    "alloc",
    "messagepack-core/std",
]

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

[[test]]
name = "rmp_serde"
path = "tests/rmp_serde.rs"

[[test]]
name = "value"
path = "tests/value.rs"
required-features = ["alloc"]

[dependencies.messagepack-core]
version = "0.2.2"
default-features = false

[dependencies.num-traits]
version = "0.2"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.rmp-serde]
version = "1.3.1"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.serde_bytes]
version = "0.11"