make-noop 0.1.0

Attribute macros that replace function, method, and impl-block bodies with no-ops, with customizable return values.
Documentation
[package]
name = "make-noop"
version = "0.1.0"
edition = "2024"
rust-version = "1.87"
authors = ["Sebestyén Balázs <bali.sb@gmail.com>"]
description = "Attribute macros that replace function, method, and impl-block bodies with no-ops, with customizable return values."
documentation = "https://docs.rs/make-noop"
repository = "https://github.com/s23b/make-noop"
homepage = "https://github.com/s23b/make-noop"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["noop", "macro", "proc-macro", "stub", "testing"]
categories = ["development-tools::testing", "development-tools"]
exclude = ["/.claude", "/.github"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
quote = "1"
proc-macro2 = "1"