[package]
edition = "2024"
name = "anathema-testutils"
version = "0.2.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test utilities for Anathema"
homepage = "https://github.com/togglebyte/anathema"
documentation = "https://togglebyte.github.io/anathema-guide/"
readme = false
license = "MIT"
repository = "https://github.com/togglebyte/anathema"
[lib]
name = "anathema_testutils"
path = "src/lib.rs"
[dependencies.anathema]
version = "0.2.11"
[lints.clippy]
collapsible_if = "allow"
from_over_into = "allow"
len_without_is_empty = "allow"
new_without_default = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
wrong_self_convention = "allow"
[lints.rust]
rust_2018_idioms = "deny"