[package]
edition = "2024"
name = "moonpool-assertions"
version = "0.8.0"
authors = ["Pierre Zemb <contact@pierrezemb.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable assertion accounting (Antithesis-style) for the moonpool framework"
documentation = "https://docs.rs/moonpool-assertions"
readme = false
license = "Apache-2.0"
repository = "https://github.com/PierreZ/moonpool"
resolver = "2"
[lib]
name = "moonpool_assertions"
path = "src/lib.rs"
[dependencies]
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
async_fn_in_trait = "allow"