floxide-macros-support 3.2.2

A directed graph workflow system in Rust
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"
name = "floxide-macros-support"
version = "3.2.2"
authors = ["Floxide Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A directed graph workflow system in Rust"
homepage = "https://github.com/aitoroses/floxide"
documentation = "https://docs.rs/floxide"
readme = "README.md"
keywords = [
    "workflow",
    "graph",
    "async",
    "pipeline",
    "directed-graph",
]
categories = [
    "asynchronous",
    "concurrency",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/aitoroses/floxide"

[lib]
name = "floxide_macros_support"
path = "src/lib.rs"

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