# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "elapsed-time" version = "0.1.1" include = [ "**/*.rs", "Cargo.toml", "Cargo.lock", "README.md", ] description = "This crate help you to measure time taken by a function or a block of code for print debugging purpose. It output in stdout (using println) the elapsed time." readme = "README.md" keywords = [ "time", "measure", "debug", "performance", "metrics", ] categories = [ "development-tools", "development-tools::debugging", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/nmeylan/elapsed-time" [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"]