# 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 = "acton-macro" version = "3.0.0-beta.1" build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Acton Macro provides procedural macros that simplify the creation of messages and agents in the Acton framework, enabling more concise and expressive code." homepage = "https://github.com/Govcraft/acton-reactive" documentation = "https://github.com/Govcraft/acton-reactive/blob/main/README.md" readme = "README.md" license = "Apache-2.0 OR MIT" repository = "https://github.com/Govcraft/acton-reactive" [lib] name = "acton_macro" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.9" features = ["full"]