log-args-runtime 0.1.6

A simple procedural macro to log function arguments using the tracing crate.
Documentation
[dependencies.once_cell]
version = "1.19.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["json"]
version = "0.3"

[features]
default = []
with_context = []

[lib]
name = "log_args_runtime"
path = "src/lib.rs"

[package]
authors = ["JS <mkjsm57@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::procedural-macro-helpers"]
description = "A simple procedural macro to log function arguments using the tracing crate."
edition = "2021"
homepage = "https://github.com/MKJSM/rs-log-args"
keywords = ["logging", "tracing", "macro", "proc-macro", "arguments"]
license = "MIT OR Apache-2.0"
name = "log-args-runtime"
readme = "README.md"
repository = "https://github.com/MKJSM/rs-log-args"
rust-version = "1.65"
version = "0.1.6"