func_trace 1.0.2

A procedural macro for tracing the execution of functions
Documentation
[package]
name = "func_trace"
version = "1.0.2"
authors = ["Larry Lu <pudding850806@gmail.com>"]
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"
quote = "1.0"
syn = { version = "1.0", features = ["full"] }

[dev-dependencies]
log = "0.4.8"
env_logger = "0.8"
gag = "0.1.10"