[package] name = "function_benchmarker" version = "0.1.2" edition = "2021" description = "A proc macro for benchmarking Rust code" license = "MIT OR Apache-2.0" repository = "https://github.com/learnwithsobhit/benchmarker" documentation = "https://docs.rs/benchmarker" readme = "README.md" keywords = ["benchmark", "proc-macro", "performance", "profiling", "testing"] categories = ["development-tools::profiling"] authors = ["Sobhit chaturvedi "] [lib] proc-macro = true [dependencies] syn = {version = "2.0.77", features = ["full"]} quote="1.0.37" proc-macro2="1.0.86"