[dependencies.regex]
version = "1.7.1"
[package]
authors = ["Joel Parker Henderson <joel@joelparkerhenderson.com>"]
categories = ["development-tools", "development-tools::testing", "rust-patterns"]
description = "Assertables: Rust crate of macros `assert…!` for better testing, quality assurance, and runtime reliability."
edition = "2021"
keywords = ["assert", "assertable", "assertion", "macro", "test"]
license = "MIT OR Apache-2.0 OR GPL-2.0-or-later"
name = "assertables"
readme = "README.md"
repository = "https://github.com/sixarm/assertables-rust-crate/"
version = "6.0.0"
[profile.dev]
panic = "unwind"
[profile.release]
panic = "unwind"