[package]
edition = "2021"
rust-version = "1.65.0"
name = "assert-text"
version = "0.3.0"
authors = ["aki <aki.akaguma@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
the testing macro tools.
"""
readme = "README.md"
keywords = [
"assert",
"text",
]
categories = [
"development-tools::testing",
"text-processing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aki-akaguma/assert-texts"
[lib]
name = "assert_text"
path = "src/lib.rs"
[[test]]
name = "test01"
path = "tests/test01.rs"
[dependencies.difference]
version = "2.0"
[dependencies.regex]
version = "1.12"