[package]
name = "assert-str"
version = "0.3.0"
authors = ["Andrii Radyk <ander.ender@gmail.com>"]
description = """
Macros for asserting multiline strings
"""
homepage = "https://github.com/AnderEnder/assert-str"
repository = "https://github.com/AnderEnder/assert-str"
readme = "README.md"
keywords = ["testing", "assert"]
categories = ["development-tools::testing"]
license = "Apache-2.0 OR MIT"
exclude = [".github", ".git", "target", ".gitignore"]
edition = "2024"
rust-version = "1.85"
[dependencies]