redbpf-macros 2.3.0

Procedural macros for redbpf
Documentation
[build-dependencies.rustc_version]
version = "0.3.0"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dependencies.uuid]
features = ["v4"]
version = "0.8.2"
[dev-dependencies.memoffset]
version = "0.6"

[dev-dependencies.redbpf-probes]
version = "2.3.0"

[lib]
proc-macro = true

[package]
authors = ["Alessandro Decina <alessandro.d@gmail.com>", "Peter Parkanyi <p@symmetree.dev>", "Junyeong Jeong <rhdxmr@gmail.com>"]
description = "Procedural macros for redbpf"
documentation = "https://docs.rs/redbpf-macros/"
edition = "2018"
homepage = "https://foniod.org"
keywords = ["bpf", "ebpf", "redbpf"]
license = "MIT OR Apache-2.0"
name = "redbpf-macros"
repository = "https://github.com/foniod/redbpf"
version = "2.3.0"