function_name-proc-macro 0.2.3

macro that expands to the name of the annotated function
Documentation
[lib]
proc-macro = true

[package]
name = "function_name-proc-macro"
version = "0.2.3"  # Keep in sync
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
edition = "2018"

description = "macro that expands to the name of the annotated function"
documentation = "https://docs.rs/function_name"
homepage = "https://crates.io/crates/function_name"
repository = "https://github.com/danielhenrymantilla/rust-function_name"
keywords = ["macro", "proc-macro", "proc-macro-attribute", "name", "function_name"]

license = "MIT"

[dependencies]
proc-macro-crate.version = "0.1.4"
quote.version = "1.0.0"
syn.version = "1.0.0"
syn.features = ["full"]

[features]
default = []
test = []
extra-traits = ["syn/extra-traits"]