funlog 0.1.2

A procedural macro for tracing Rust function calls
Documentation
[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.18"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

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

[lib]
name = "funlog"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Levy Gu <32436334@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "A procedural macro for tracing Rust function calls"
edition = "2021"
keywords = ["logging", "tracing", "proc-macro"]
license = "MIT"
name = "funlog"
readme = "README.md"
repository = "https://github.com/koory1st/funlog"
version = "0.1.2"

[[test]]
name = "test_funlog"
path = "tests/test_funlog.rs"