pack-io-derive 1.0.1

Procedural macros for `pack-io`. Provides #[derive(Serialize, Deserialize, DeserializeView)].
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"
rust-version = "1.85"
name = "pack-io-derive"
version = "1.0.1"
authors = ["James Gober <me@jamesgober.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for `pack-io`. Provides #[derive(Serialize, Deserialize, DeserializeView)]."
homepage = "https://github.com/jamesgober/pack-io"
documentation = "https://docs.rs/pack-io-derive"
readme = "README.md"
keywords = [
    "serialization",
    "codec",
    "derive",
    "proc-macro",
    "pack-io",
]
categories = [
    "encoding",
    "development-tools::procedural-macro-helpers",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/jamesgober/pack-io"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[lib]
name = "pack_io_derive"
path = "src/lib.rs"
proc-macro = true

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
]