assert-str 0.3.0

Macros for asserting multiline strings
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 = "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]