[dependencies.serde]
version = "1.0.219"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[[example]]
name = "numerical_identifiers"
path = "examples/numerical_identifiers.rs"
[lib]
name = "postbag"
path = "src/lib.rs"
[package]
authors = ["Sebastian Urban <surban@surban.net>", "James Munns <james@onevariable.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "Postbag is a high-performance serde codec for Rust that provides efficient data encoding with configurable levels of forward and backward compatibility."
edition = "2024"
keywords = ["serde"]
license = "Apache-2.0"
name = "postbag"
readme = "README.md"
repository = "https://github.com/surban/postbag"
version = "0.2.0"
[[test]]
name = "compat"
path = "tests/compat.rs"
[[test]]
name = "loopback"
path = "tests/loopback.rs"