[package] name = "log-instrument-macros" version = "0.2.0" edition = "2021" description = "Offers an attribute procedural macro that adds `log::trace!` events at the start and end of attributed functions." license = "Apache-2.0" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.66" quote = "1.0.33" syn = { version = "2.0.29", features = ["full", "extra-traits"] } [features] default = ["on"] on = []