# 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" version = "1.0.0-beta.1" authors = ["Roland Rodriguez "] 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 = "README.md" keywords = [ "actor", "async", "testing", ] categories = [ "asynchronous", "development-tools::testing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Govcraft/acton-reactive/acton_test" [lib] name = "acton_test" path = "src/lib.rs" [dependencies.acton_test_macro] version = "1.0.0-beta.1" [dependencies.parking_lot] version = "0.12.3" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.tracing] version = "0.1.40"