[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[dependencies.syn_squash]
version = "0"
[lib]
proc-macro = true
[package]
authors = ["William Venner <william@venner.io>"]
categories = ["development-tools::ffi"]
description = "A proc attribute macro that allows you to specify whether a function has a `this` argument (for conditional compilation)"
edition = "2018"
keywords = ["function", "macro"]
license = "MIT"
name = "fn_has_this"
repository = "https://github.com/WilliamVenner/fn_has_this"
version = "0.1.1"