[dependencies.axum-core]
default-features = false
optional = true
version = "0.5"
[dependencies.facet-core]
version = "0.35.0"
[dependencies.facet-reflect]
features = ["miette"]
version = "0.35.0"
[dependencies.http]
optional = true
version = "^1.4.0"
[dependencies.http-body-util]
default-features = false
optional = true
version = "0.1"
[dependencies.log]
features = ["std"]
version = "^0.4.29"
[features]
axum = ["dep:axum-core", "dep:http", "dep:http-body-util"]
default = []
[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 binary serialization for Facet types"
edition = "2024"
homepage = "https://facet.rs"
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.35.0"
[package.metadata.docs.rs]
rustdoc-args = ["--html-in-header", "arborium-header.html"]
[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "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 = "float"
path = "tests/float.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"