log_args 0.2.0

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

[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

[dependencies.log-args-runtime]
version = "0.1.7"

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

[dependencies.quote]
version = "1.0.40"

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

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

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

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

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

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

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

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