rustables-macros 0.1.3

Internal macros for generation netlink structures for the rustables project
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 = "rustables-macros"
version = "0.1.3"
authors = [
    "lafleur@boum.org",
    "Simon Thoby",
    "Mullvad VPN",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal macros for generation netlink structures for the rustables project"
readme = false
keywords = [
    "nftables",
    "nft",
    "firewall",
    "iptables",
    "netfilter",
]
categories = [
    "network-programming",
    "os::unix-apis",
    "api-bindings",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/rustwall/rustables"

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

[dependencies.once_cell]
version = "1.1"

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

[dependencies.proc-macro2-diagnostics]
version = "0.10"

[dependencies.quote]
version = "1.0"

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