gtether_derive 0.2.1

Macros for gtether
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 = "gtether_derive"
version = "0.2.1"
authors = ["James De Broeck <debroejm@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for gtether"
readme = false
keywords = [
    "gamedev",
    "multiplayer",
]
categories = ["game-engines"]
license = "BSD-2-Clause-Patent"
repository = "https://github.com/gtether/gtether"
resolver = "2"

[package.metadata.release]
shared-version = true
pre-release-hook = [
    "git",
    "cliff",
    "-o",
    "CHANGELOG.md",
    "--tag",
    "{{version}}",
    "656d56c..HEAD",
]

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

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

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

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.11"

[dependencies.syn]
version = "2.0"
features = ["extra-traits"]