log_args 0.1.9

A simple procedural macro to log function arguments using the tracing crate.
Documentation
[dependencies.log-args-runtime]
version = "0.1.6"

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

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
features = ["full"]
version = "2.0.104"

[dev-dependencies.chrono]
features = ["serde"]
version = "0.4"

[dev-dependencies.futures]
version = "0.3.31"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[dev-dependencies.tracing]
version = "0.1"

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

[features]
default = []
function-names = ["function-names-pascal"]
function-names-camel = []
function-names-kebab = []
function-names-pascal = []
function-names-screaming = []
function-names-snake = []
with_context = []

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

[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"
readme = "README.md"
repository = "https://github.com/MKJSM/rs-log-args"
rust-version = "1.65"
version = "0.1.9"