reflow_pack_macro 0.2.1

Proc macro for authoring Reflow actor packs — emits the cdylib entrypoints required by reflow_pack_loader.
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 = "2021"
rust-version = "1.85"
name = "reflow_pack_macro"
version = "0.2.1"
authors = ["Damilare Akinlaja"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro for authoring Reflow actor packs — emits the cdylib entrypoints required by reflow_pack_loader."
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_pack_macro"
readme = false
keywords = [
    "reflow",
    "actor",
    "plugin",
    "macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"

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

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

[dependencies.quote]
version = "1"

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