one_assert 0.2.0

One assert! to replace them all
Documentation
[dependencies.proc-macro2]
version = "1.0.60"

[dependencies.quote]
version = "1.0.0"

[dependencies.syn]
features = ["parsing", "derive", "full"]
version = "2.0.1"

[dev-dependencies.rustc_version]
version = "0.4.0"

[dev-dependencies.trybuild]
version = "1.0.78"

[lib]
name = "one_assert"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["mich101mich <mich101mich@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing"]
description = "One assert! to replace them all"
edition = "2021"
exclude = ["/.vscode/*", "/.git*", "/*.bat", "/*.sh", "/submodules/"]
keywords = ["testing", "assert", "macro", "test", "assertion"]
license = "MIT OR Apache-2.0"
name = "one_assert"
readme = "Readme.md"
repository = "https://github.com/mich101mich/one_assert"
rust-version = "1.70.0"
version = "0.2.0"

[[test]]
name = "expr"
path = "tests/expr.rs"

[[test]]
name = "negation"
path = "tests/negation.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"