logcall 0.2.0

An attribute macro that logs the function return value.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91.0"
name = "logcall"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An attribute macro that logs the function return value."
documentation = "https://docs.rs/logcall"
readme = "README.md"
keywords = [
    "log",
    "macro",
    "derive",
    "logging",
    "function",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/fast/logcall"

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

[[example]]
name = "main"
path = "examples/main.rs"

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

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

[dependencies.quote]
version = "1"

[dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
    "extra-traits",
    "proc-macro",
    "visit-mut",
]

[dev-dependencies.async-trait]
version = "0.1"

[dev-dependencies.fastrace]
version = "0.7"

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

[dev-dependencies.logforth]
version = "0.30.1"
features = ["starter-log"]

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

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

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