protoflow-derive 0.4.3

Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages.
Documentation
[dependencies.proc-macro-crate]
version = "3.1"

[dependencies.proc-macro2]
default-features = false
version = "1"

[dependencies.quote]
default-features = false
version = "1"

[dependencies.syn]
default-features = true
version = "2"

[dev-dependencies.protoflow-core]
default-features = false
version = "=0.4.3"

[features]
all = ["sysml"]
default = ["all", "std"]
std = ["protoflow-core/std"]
sysml = ["protoflow-core/sysml"]
unstable = ["protoflow-core/unstable"]

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

[package]
authors = ["Arto Bendiken"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages."
edition = "2021"
homepage = "https://protoflow.rs"
keywords = ["protoflow", "derive", "macro"]
license = "Unlicense"
name = "protoflow-derive"
publish = true
readme = "README.md"
repository = "https://github.com/AsimovPlatform/protoflow"
rust-version = "1.70"
version = "0.4.3"

[[test]]
name = "function_block"
path = "tests/function_block.rs"