capnpack 1.0.4

CapnProto's packing algorithm for any binary data
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 = "capnpack"
version = "1.0.4"
authors = ["Alvin-He <zhongjihe.alvin@gmail.com>"]
build = false
exclude = [
    "src/main.rs",
    "src/tests.rs",
    "*.bash",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CapnProto's packing algorithm for any binary data"
documentation = "https://docs.rs/capnpack"
readme = "README.md"
keywords = [
    "encoding",
    "serialization",
    "packing",
    "capnpack",
    "capnproto",
]
categories = ["compression"]
license = "MIT"
repository = "https://github.com/Alvin-He/capn-pack"

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

[profile.release]
opt-level = 3
lto = "fat"