[package]
edition = "2021"
name = "after-test"
version = "0.1.4"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro that allows you to run a clean up function after each test from a test module."
homepage = "https://github.com/greged93/after-test"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/greged93/after-test"
[lib]
name = "after_test"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro-error]
version = "1.0.4"
[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
version = "2.0.77"
features = ["full"]