# 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_test_macro" version = "1.0.0-beta.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing utilities for Acton agents, providing tools to help in the testing and validation of agent behavior." homepage = "https://github.com/Govcraft/acton-reactive" documentation = "https://github.com/Govcraft/acton-reactive/blob/main/README.md" readme = false license = "MIT OR Apache-2.0" repository = "https://github.com/Govcraft/acton-reactive/acton_test" [lib] name = "acton_test_macro" path = "src/lib.rs" proc-macro = true [dependencies.parking_lot] version = "0.12.3" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0.79" features = ["full"] [dependencies.tracing] version = "0.1.40"