[package] name = "trace" version = "0.1.7" authors = ["Gulshan Singh "] repository = "https://github.com/gsingh93/trace" license = "MIT" readme = "README.md" description = "A procedural macro for tracing the execution of functions" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] } [dev-dependencies] log = "0.4.17" env_logger = "0.10" gag = "1.0.0" async-trait = { version = "0.1.60" } async-std = { version = "1.12.0", features = ["attributes"]}