[package]
name = "exec_time"
version = "0.1.6"
authors = ["AbrarNitk <abrar.nitk@gmail.com>"]
edition = "2018"
rust-version = "1.88"
description = "Attribute macro for timing sync and async Rust functions with labels, units, and slow-call thresholds"
license = "MIT"
homepage = "https://github.com/AbrarNitk/exec_time"
documentation = "https://docs.rs/exec_time"
include = ["src/**/*", "README.md", "LICENSE", "Cargo.toml"]
readme = "README.md"
categories = ["development-tools::debugging", "development-tools::procedural-macro-helpers"]
keywords = ["timing", "profiling", "proc-macro", "logging", "tracing"]
repository = "https://github.com/AbrarNitk/exec_time"
[lib]
proc-macro = true
[dependencies]
quote = "1.0"
proc-macro2 = "1.0"
darling = "0.23"
syn = "2.0"