assertables 8.15.0

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
[dependencies]

[dev-dependencies.cargo-dist]
version = "0.22.1"

[dev-dependencies.cargo-release]
version = "0.25.11"

[dev-dependencies.once_cell]
version = "1.19.0"

[dev-dependencies.regex]
version = "1.10.6"

[lib]
name = "assertables"
path = "src/lib.rs"

[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability."
edition = "2021"
keywords = ["assert", "assertable", "assertion", "macro", "test"]
license = "MIT OR Apache-2.0 OR GPL-2.0 OR GPL-3.0"
name = "assertables"
readme = "README.md"
repository = "https://github.com/sixarm/assertables-rust-crate/"
version = "8.15.0"

[profile.dev]
panic = "unwind"

[profile.dist]
debug = 2
inherits = "release"
split-debuginfo = "packed"

[profile.release]
panic = "unwind"

[[test]]
name = "comparison_examples"
path = "tests/comparison_examples.rs"

[[test]]
name = "namespace_examples"
path = "tests/namespace_examples.rs"

[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"

[[test]]
name = "validation_examples"
path = "tests/validation_examples.rs"