facet-msgpack 0.41.0

MsgPack binary format for facet
Documentation
[[bench]]
harness = false
name = "vs_msgpack"
path = "benches/vs_msgpack.rs"

[dependencies.axum-core]
default-features = false
optional = true
version = "0.5"

[dependencies.facet-core]
version = "0.41.0"

[dependencies.facet-format]
version = "0.41.0"

[dependencies.facet-reflect]
version = "0.41.0"

[dependencies.http]
optional = true
version = "^1.4.0"

[dependencies.http-body-util]
default-features = false
optional = true
version = "0.1"

[dependencies.miette]
default-features = false
features = ["fancy-no-backtrace"]
version = "^7.6.0"

[features]
axum = ["std", "dep:axum-core", "dep:http", "dep:http-body-util"]
default = []
jit = ["facet-format/jit"]
std = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parsing"]
description = "MsgPack binary format for facet"
edition = "2024"
homepage = "https://facet.rs"
keywords = ["msgpack", "binary", "serialization", "facet"]
license = "MIT OR Apache-2.0"
name = "facet-msgpack"
readme = "README.md"
repository = "https://github.com/facet-rs/facet"
rust-version = "1.89"
version = "0.41.0"

[package.metadata."docs.rs"]
rustdoc-args = ["--html-in-header", "arborium-header.html"]

[[test]]
harness = false
name = "format_suite"
path = "tests/format_suite.rs"

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

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