pbf-derive 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-derive"
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_derive"
path = "lib.rs"
bench = true
proc-macro = true

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

[dependencies.darling]
version = "0.23"

[dependencies.pbf-core]
version = "1.22.1"

[dependencies.proc-macro-crate]
version = "3.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["derive"]

[dev-dependencies]