[dependencies.acton_test_macro]
version = "3.4.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "acton_test"
path = "src/lib.rs"
[package]
authors = ["Roland Rodriguez <roland@govcraft.ai>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "development-tools::testing"]
description = "Testing utilities for Acton agents, providing tools to help in the testing and validation of agent behavior."
edition = "2021"
homepage = "https://github.com/Govcraft/acton-reactive"
keywords = ["actor", "async", "testing"]
license = "MIT OR Apache-2.0"
name = "acton_test"
readme = "README.md"
repository = "https://github.com/Govcraft/acton-reactive/acton_test"
version = "3.4.0"