facet-msgpack 0.43.2

MsgPack binary format for facet
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"
rust-version = "1.90"
name = "facet-msgpack"
version = "0.43.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MsgPack binary format for facet"
homepage = "https://facet.rs"
readme = "README.md"
keywords = [
    "msgpack",
    "binary",
    "serialization",
    "facet",
]
categories = [
    "encoding",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/facet-rs/facet"

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

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

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

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

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

[[bench]]
name = "vs_msgpack"
path = "benches/vs_msgpack.rs"
harness = false

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

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

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

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

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

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

[dev-dependencies.divan]
version = "^0.1.21"

[dev-dependencies.libtest-mimic]
version = "0.8"

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

[dev-dependencies.serde]
version = "^1.0.228"
features = [
    "alloc",
    "derive",
    "derive",
]
default-features = false

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

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(facet_no_doc)"]