type-flow-macros 0.2.0

Macros to make pipelines that encode the order of operation execution in the type signature of the pipeline and allow for functions that mutate that order.
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 = "2024"
name = "type-flow-macros"
version = "0.2.0"
authors = ["Andrew Stevens <astevens@artaius.dyndns.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros to make pipelines that encode the order of operation execution in the type signature of the pipeline and allow for functions that mutate that order."
homepage = "https://artaius.dyndns.org/stizer/type-flow-macros"
readme = "README.md"
keywords = [
    "macro_rules",
    "type-system",
    "codegen",
    "metaprogramming",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT"
repository = "https://artaius.dyndns.org/stizer/type-flow-macros"

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

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

[dependencies.type-flow-proc-macros]
version = "0.2.0"

[dependencies.type-flow-traits]
version = "0.2.0"