[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[[example]]
name = "example"
path = "examples/example.rs"
[lib]
name = "tramer"
path = "lib.rs"
proc-macro = true
[package]
authors = ["Mark Tyrkba <marktyrkba456@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "A lightweight procedural macro library for profiling function execution time with customizable time units"
edition = "2021"
exclude = [".gitignore", "target/**/*"]
keywords = ["profiling", "performance", "macro", "time"]
license = "MIT"
name = "tramer"
readme = "README.md"
repository = "https://github.com/rakivo/tramer"
version = "0.1.2"