[package]
name = "assertables"
version = "10.0.0"
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
edition = "2024"
description = "Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability."
readme = "README.md"
repository = "https://github.com/assertables/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"
[profile.dist]
inherits = "release"
debug = true
split-debuginfo = "packed"
[build-dependencies]
regex = "1.12"
walkdir = "2.5"
[dev-dependencies]
regex = "1.12"