logcall 0.1.1

An attribute macro that logs the return value from function call.
Documentation
[dependencies.proc-macro-error]
version = "1"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "parsing", "extra-traits", "proc-macro", "visit-mut"]
version = "1.0.84"
[dev-dependencies.async-trait]
version = "0.1.70"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["andylokandy <andylokandy@hotmail.com>"]
categories = ["development-tools::debugging"]
description = "An attribute macro that logs the return value from function call."
documentation = "https://docs.rs/logfn"
edition = "2021"
keywords = ["log", "macro", "derive", "logging", "function"]
license = "MIT"
name = "logcall"
readme = "README.md"
repository = "https://github.com/andylokandy/logfn"
version = "0.1.1"