[dependencies.performance-mark-impl]
version = "^0.1.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["Jamalam <james@jamalam.tech>"]
categories = ["development-tools", "development-tools::profiling"]
description = "performance_mark is an attribute macro that adds performance (time) logging to methods. This crate is implementation detail, you should depend on `performance-mark` instead."
edition = "2021"
license = "MIT"
name = "performance-mark-macro"
repository = "https://github.com/Jamalam360/performance-mark"
version = "0.1.0"