[dev-dependencies.macro_rules_attr]
version = "0.1.0"
[lib]
name = "should_match"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::testing"]
description = "Pass a test if the output matches a pattern."
edition = "2024"
include = ["/src", "LICENSE", "README.md"]
keywords = ["macro", "testing"]
license = "MIT"
name = "should_match"
readme = "README.md"
repository = "https://github.com/PRO-2684/should_match"
version = "0.1.0"