iroh-test 0.28.0

Internal utilities to support testing of iroh.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[lib]
name = "iroh_test"
path = "src/lib.rs"

[lints.clippy]
unused-async = "warn"

[lints.rust]
missing_debug_implementations = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(iroh_docsrs)"]
level = "warn"
priority = 0

[package]
authors = ["n0 team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Internal utilities to support testing of iroh."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "iroh-test"
publish = true
readme = "README.md"
repository = "https://github.com/n0-computer/iroh"
rust-version = "1.76"
version = "0.28.0"

[package.metadata.docs.rs]
all-features = true