protest-derive 1.1.0

Derive macros for the Protest property testing library
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[lib]
doctest = false
name = "protest_derive"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["shrynx <shriyansbhatnagar@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macros for the Protest property testing library"
edition = "2024"
license = "MIT"
name = "protest-derive"
readme = false
repository = "https://github.com/shrynx/protest"
resolver = "2"
version = "1.1.0"