[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"]