assertables 9.8.4

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
[package]
name = "assertables"
version = "9.8.4"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
edition = "2021"
description = "Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability."
readme = "README.md"
repository = "https://github.com/sixarm/assertables-rust-crate/"
license = "MIT OR Apache-2.0 OR BSD-3-Clause OR GPL-2.0-only OR GPL-3.0-only"
keywords = ["assert", "assertable", "assertion", "macro", "test"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
include = ["src/**/*", "LICENSE.md", "README.md", "llms.txt", "llms.json"]

[profile.dev]
panic = "unwind"

[profile.release]
panic = "unwind"

# generated by 'cargo dist init'
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"

[dependencies]

[dev-dependencies]
cargo-diet = "1.2.7" #  Make your crate lean
cargo-deny = "0.19.0" # Lint dependencies
cargo-dist = "0.22.1" # Distribution builder for release engineering
cargo-release = "0.25.22" # Release automation
cargo-semver-checks = "0.45.0" # Scan for semantic version errors
regex = "1.12.2" # Regular expressions parser, compiler, and executer
rustdoc-md = "0.1.0" # Convert Rust documentation JSON into clean, organized Markdown files.