[package]
edition = "2021"
rust-version = "1.85.0"
name = "elfo-test"
version = "0.2.0-alpha.21"
authors = ["Paul Loyd <pavelko95@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utils for the elfo system"
readme = "README.md"
keywords = [
"elfo",
"actor",
"distributed",
"tokio",
"testing",
]
license = "MIT"
repository = "https://github.com/elfo-rs/elfo"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
unstable = []
[lib]
name = "elfo_test"
path = "src/lib.rs"
[dependencies.elfo-configurer]
version = "0.2.0-alpha.21"
[dependencies.elfo-core]
version = "0.2.0-alpha.21"
[dependencies.futures-intrusive]
version = "0.5"
[dependencies.instability]
version = "0.3.10"
[dependencies.serde]
version = "1.0.225"
features = ["derive"]
[dependencies.serde-value]
version = "0.7.0"
[dependencies.tokio]
version = "1.38"
[dependencies.tracing-subscriber]
version = "0.3.8"
features = ["env-filter"]
[lints.clippy]
undocumented_unsafe_blocks = "warn"
[lints.rust]
missing_docs = "warn"
unexpected_cfgs = "allow"
unreachable_pub = "warn"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1