[dependencies.facet-core]
version = "0.27.12"
[dependencies.facet-reflect]
version = "0.27.12"
[dependencies.facet-serialize]
version = "0.24.13"
[dependencies.log]
version = "0.4.27"
[dev-dependencies.eyre]
version = "0.6.12"
[dev-dependencies.insta]
version = "1.43.1"
[dev-dependencies.rmp-serde]
version = "1.3"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[lib]
name = "facet_msgpack"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing", "data-structures"]
description = "MessagePack serialization and deserialization for Facet types"
edition = "2024"
keywords = ["msgpack", "serialization", "deserialization", "reflection", "facet"]
license = "MIT OR Apache-2.0"
name = "facet-msgpack"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.87.0"
version = "0.25.13"
[[test]]
name = "bool"
path = "tests/bool.rs"
[[test]]
name = "deny_unknown_and_default"
path = "tests/deny_unknown_and_default.rs"
[[test]]
name = "enums"
path = "tests/enums.rs"
[[test]]
name = "err"
path = "tests/err.rs"
[[test]]
name = "hashmap"
path = "tests/hashmap.rs"
[[test]]
name = "numbers"
path = "tests/numbers.rs"
[[test]]
name = "option"
path = "tests/option.rs"
[[test]]
name = "primitives"
path = "tests/primitives.rs"
[[test]]
name = "structs"
path = "tests/structs.rs"
[[test]]
name = "tuple"
path = "tests/tuple.rs"
[[test]]
name = "vec"
path = "tests/vec.rs"
[[test]]
name = "write"
path = "tests/write.rs"