time-graph-macros 0.3.3

Attribute macro to instrument functions and record their executing time with the [time-graph](https://crates.io/crates/time-graph) 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.74"
name = "time-graph-macros"
version = "0.3.3"
authors = ["Luthaf <luthaf@luthaf.fr>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Attribute macro to instrument functions and record their executing time with the
[time-graph](https://crates.io/crates/time-graph) crate.
"""
readme = false
keywords = ["profiling"]
categories = ["development-tools::profiling"]
license = "Apache-2.0/MIT"
repository = "https://github.com/luthaf/time-graph"

[lib]
name = "time_graph_macros"
path = "src/lib.rs"
test = false
doctest = false
proc-macro = true

[dependencies.quote]
version = "1"

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