[dependencies.acton_test_macro]
version = "7.0.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time", "macros"]
version = "1.37.0"
[dependencies.tracing]
version = "0.1.40"
[lib]
name = "acton_test"
path = "src/lib.rs"
[lints.clippy]
cognitive_complexity = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
trivial_casts = "warn"
trivial_numeric_casts = "warn"
unsafe_code = "deny"
unused_lifetimes = "warn"
unused_qualifications = "warn"
warnings = "deny"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[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 actors, providing tools to help in the testing and validation of actor behavior."
edition = "2021"
homepage = "https://github.com/Govcraft/acton-reactive"
keywords = ["actor", "async", "testing"]
license = "Apache-2.0 OR MIT"
name = "acton_test"
readme = "README.md"
repository = "https://github.com/Govcraft/acton-reactive"
version = "7.0.0"