anathema-testutils 0.2.11

Test utilities for Anathema
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"