[dependencies.proc-macro2]
version = "1.0.86"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["full"]
version = "2.0.77"
[lib]
name = "function_benchmarker"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Sobhit chaturvedi <learnwithshobhit@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "A proc macro for benchmarking Rust code"
documentation = "https://docs.rs/benchmarker"
edition = "2021"
keywords = ["benchmark", "proc-macro", "performance", "profiling", "testing"]
license = "MIT OR Apache-2.0"
name = "function_benchmarker"
readme = "README.md"
repository = "https://github.com/learnwithsobhit/benchmarker"
version = "0.1.0"