funlog 0.1.3

A procedural macro for tracing Rust function calls
Documentation
[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"

[dev-dependencies.gag]
version = "1.0.0"

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

[dev-dependencies.mock-logger]
version = "0.1.3"

[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", "development-tools::procedural-macro-helpers"]
description = "A procedural macro for tracing Rust function calls"
documentation = "https://docs.rs/funlog"
edition = "2021"
exclude = ["tests/", "examples/", ".github/", "run_tests.sh", "COMPLETION_SUMMARY.md"]
homepage = "https://github.com/koory1st/funlog"
keywords = ["logging", "tracing", "proc-macro", "debugging", "instrumentation"]
license = "MIT"
name = "funlog"
readme = "README.md"
repository = "https://github.com/koory1st/funlog"
version = "0.1.3"