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