assertables 9.8.6

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

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

[dev-dependencies.cargo-deny]
version = "0.19.0"

[dev-dependencies.cargo-diet]
version = "1.2.7"

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

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

[dev-dependencies.cargo-semver-checks]
version = "0.46.0"

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

[dev-dependencies.rustdoc-md]
version = "0.2.0"

[build-dependencies.regex]
version = "1.12.3"

[build-dependencies.walkdir]
version = "2.5.0"

[profile.dev]
panic = "unwind"

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

[profile.release]
panic = "unwind"