[dependencies.instant]
features = ["wasm-bindgen", "inaccurate"]
version = "0.1"
[dependencies.log]
version = "0.4"
[package]
authors = ["Pascal Seitz <pascal.seitz@gmail.com>"]
categories = ["development-tools", "development-tools::profiling"]
description = "Provices macros to measure the time until end of scope.\n"
homepage = "https://github.com/PSeitz/rust_measure_time"
keywords = ["measure", "time", "elapsed", "wall", "humantime"]
license = "MIT"
name = "measure_time"
readme = "README.md"
repository = "https://github.com/PSeitz/rust_measure_time"
version = "0.8.3"