hyperactor_macros 0.0.0

macros to support the Hyperactor actors and data exchange
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 = "hyperactor_macros"
version = "0.0.0"
authors = ["Facebook <opensource+crates-hyperactor-macros@fb.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macros to support the Hyperactor actors and data exchange"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/pytorch-labs/monarch/"
resolver = "1"

[lib]
name = "hyperactor_macros"
path = "src/lib.rs"
test = false
doctest = false
proc-macro = true

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

[dependencies.convert_case]
version = "0.6"

[dependencies.indoc]
version = "2.0.2"

[dependencies.proc-macro2]
version = "1.0.70"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.29"

[dependencies.syn]
version = "2.0.101"
features = [
    "extra-traits",
    "fold",
    "full",
    "visit",
    "visit-mut",
]

[dev-dependencies.serde]
version = "1.0.185"
features = [
    "derive",
    "rc",
]

[dev-dependencies.tokio]
version = "1.37.0"
features = [
    "full",
    "test-util",
    "tracing",
]