[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"