postbag 0.4.2

Postbag is a high-performance serde codec for Rust that provides efficient data encoding with configurable levels of forward and backward compatibility.
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"
name = "postbag"
version = "0.4.2"
authors = [
    "Sebastian Urban <surban@surban.net>",
    "James Munns <james@onevariable.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Postbag is a high-performance serde codec for Rust that provides efficient data encoding with configurable levels of forward and backward compatibility."
readme = "README.md"
keywords = ["serde"]
categories = ["encoding"]
license = "Apache-2.0"
repository = "https://github.com/surban/postbag"

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

[[example]]
name = "convenience_api"
path = "examples/convenience_api.rs"

[[example]]
name = "numerical_identifiers"
path = "examples/numerical_identifiers.rs"

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

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

[dependencies.serde]
version = "1.0.228"

[dev-dependencies.base64]
version = "0.22"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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