[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.36"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.77"
[package]
authors = ["Chandler Calkins <chandlerjaycalkins@gmail.com>"]
categories = ["data-structures", "development-tools", "development-tools::procedural-macro-helpers"]
description = "Rust attribute macro library that makes it easy to wrap functions in code that runs before and / or after a function executes."
documentation = "https://docs.rs/function-wrapper"
edition = "2021"
keywords = ["wrapper", "attribute", "attributes", "macro", "macros"]
license = "MIT OR Apache-2.0"
name = "function-wrapper"
readme = "README.md"
repository = "https://github.com/ChandlerJayCalkins/function-wrapper"
version = "0.1.5"