tinc-derive 0.2.0

A derive macro that generates code for tinc protobuf annotations
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 = "tinc-derive"
version = "0.2.0"
authors = ["Scuffle <opensource@scuffle.cloud>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A derive macro that generates code for tinc protobuf annotations"
documentation = "https://docs.rs/tinc-derive"
readme = "README.md"
keywords = [
    "grpc",
    "protobuf",
    "tonic",
    "codegen",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/scufflecloud/scuffle"

[package.metadata.cargo-sync-rdme.badge]
style = "flat-square"

[package.metadata.cargo-sync-rdme.badge.badges]
codecov = true
crates-io = true
docs-rs = true
license = true

[package.metadata.cargo-sync-rdme.badge.badges.github-actions]
workflows = "ci.yaml"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--sort-modules-by-appearance",
    "--generate-link-to-definition",
]

[package.metadata.xtask.release]
group = "tinc"

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

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

[dependencies.quote]
version = "1.0"

[dependencies.scuffle-workspace-hack]
version = "0.1.0"

[dependencies.syn]
version = "2"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]