hyperactor_macros 0.0.0

macros to support the Hyperactor actors and data exchange
Documentation
# @generated by autocargo from //monarch/hyperactor_macros:hyperactor_macros

[package]
name = "hyperactor_macros"
version = "0.0.0"
authors = ["Facebook <opensource+crates-hyperactor-macros@fb.com>"]
edition = "2021"
description = "macros to support the Hyperactor actors and data exchange"
repository = "https://github.com/pytorch-labs/monarch/"
license = "BSD-3-Clause"

[lib]
test = false
doctest = false
proc-macro = true

[dependencies]
convert_case = "0.6"
indoc = "2.0.2"
proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
quote = "1.0.29"
syn = { version = "2.0.101", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

[dev-dependencies]
hyperactor = { path = "../hyperactor" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
tokio = { version = "1.37.0", features = ["full", "test-util", "tracing"] }