[dependencies.axum-core]
optional = true
version = "0.5"
[dependencies.facet-core]
version = "0.32.1"
[dependencies.facet-reflect]
version = "0.32.1"
[dependencies.http]
optional = true
version = "1"
[dependencies.http-body-util]
optional = true
version = "0.1"
[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"
[features]
axum = ["dep:axum-core", "dep:http", "dep:http-body-util"]
ci = []
default = []
serialize = []
[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-msgpack"
rust-version = "1.89.0"
version = "0.32.1"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "docs/meta/arborium-header.html"]
[[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"