[package] authors = ["Martin Nordholts "] description = "Enables simple measurement of durations between arbitrary points in Rust code" edition = "2018" license = "MIT" name = "global-duration" readme = "README.md" repository = "https://github.com/Enselic/global-duration" version = "0.2.1" [dependencies] lazy_static = "1.4.0"