pbf-core 1.22.1

Mininmal protobuffer module; Build your own glue.
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 = "pbf-core"
version = "1.22.1"
authors = ["Craig O'Connor <oconnorct1@gmail.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mininmal protobuffer module; Build your own glue."
homepage = "https://github.com/Open-S2/pbf"
documentation = "https://docs.rs/pbf"
readme = "README.md"
keywords = [
    "pbf",
    "protobuffers",
    "minimal",
    "low-cost-code",
]
categories = [
    "encoding",
    "wasm",
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/Open-S2/pbf"
resolver = "2"

[lib]
name = "pbf_core"
path = "lib.rs"
bench = true

[dependencies]

[dev-dependencies]

[profile.bench]
opt-level = 3