[package] name = "exec_time" version = "0.1.4" authors = ["AbrarNitk "] edition = "2018" description = "Print execution time of a function" license = "MIT" include = ["src/**/*", "Cargo.toml"] readme = "README.md" keywords = ["execution_time", "print_time", "measure_time", "time"] repository = "https://github.com/AbrarNitk/exec_time" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "0.6" proc-macro2 = "0.4" darling = "0.9.0" [dependencies.syn] version = "0.15.42" features = ["full"]