# 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.70" name = "protoflow-derive" version = "0.4.3" authors = ["Arto Bendiken"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Protoflow implements flow-based programming (FBP) for Rust using Protocol Buffers messages." homepage = "https://protoflow.rs" readme = "README.md" keywords = [ "protoflow", "derive", "macro", ] categories = ["development-tools::procedural-macro-helpers"] license = "Unlicense" repository = "https://github.com/AsimovPlatform/protoflow" [lib] name = "protoflow_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "function_block" path = "tests/function_block.rs" [dependencies.proc-macro-crate] version = "3.1" [dependencies.proc-macro2] version = "1" default-features = false [dependencies.quote] version = "1" default-features = false [dependencies.syn] version = "2" default-features = true [dev-dependencies.protoflow-core] version = "=0.4.3" default-features = false [features] all = ["sysml"] default = [ "all", "std", ] std = ["protoflow-core/std"] sysml = ["protoflow-core/sysml"] unstable = ["protoflow-core/unstable"]