[dependencies.anathema]
version = "0.2.3"
[lib]
name = "anathema_testutils"
path = "src/lib.rs"
[lints.clippy]
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"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Test utilities for Anathema"
documentation = "https://togglebyte.github.io/anathema-guide/"
edition = "2024"
homepage = "https://github.com/togglebyte/anathema"
license = "MIT"
name = "anathema-testutils"
readme = false
repository = "https://github.com/togglebyte/anathema"
version = "0.2.3"