[package] name = "func_trace" version = "1.0.3" authors = ["Larry Lu "] repository = "https://github.com/Larry850806/func_trace" license = "MIT" readme = "README.md" description = "A procedural macro for tracing the execution of functions" edition = "2018" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.24" quote = "1.0.9" syn = { version = "1.0.63", features = ["full"] } [dev-dependencies] log = "0.4.14" env_logger = "0.8.3" gag = "0.1.10"