assertr-derive 0.2.3

Derive AssertrEq implementations.
Documentation
[dependencies.darling]
version = "0.20.10"

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["extra-traits"]
version = "2.0.101"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.103"

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

[package]
authors = ["Lukas Potthast <privat@lukas-potthast.de>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "no-std"]
description = """
Derive AssertrEq implementations.
"""
edition = "2024"
keywords = ["assertions", "assert", "assert-that", "testing"]
license = "MIT OR Apache-2.0"
name = "assertr-derive"
readme = "README.md"
repository = "https://github.com/lpotthast/assertr"
rust-version = "1.85.0"
version = "0.2.3"

[[test]]
name = "01-parse-single-field"
path = "tests/01-parse-single-field.rs"

[[test]]
name = "02-parse-multiple-fields"
path = "tests/02-parse-multiple-fields.rs"

[[test]]
name = "03-handle-non-pub-fields"
path = "tests/03-handle-non-pub-fields.rs"

[[test]]
name = "04-equality-check"
path = "tests/04-equality-check.rs"

[[test]]
name = "05-replace-field-type"
path = "tests/05-replace-field-type.rs"

[[test]]
name = "06-replace-deep-field-type"
path = "tests/06-replace-deep-field-type.rs"

[[test]]
name = "07-derive-impl-for-reference"
path = "tests/07-derive-impl-for-reference.rs"

[[test]]
name = "08-default-impl"
path = "tests/08-default-impl.rs"

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