[package] name = "ibench" version = "0.1.1" edition = "2021" description = "Extremely simple and small Rust library for quickly timing a closure" documentation = "https://github.com/Antosser/instant-benchmark-rs" readme = "README.md" homepage = "https://github.com/Antosser/instant-benchmark-rs" repository = "https://github.com/Antosser/instant-benchmark-rs" license = "MIT" keywords = ["bench", "benchmark", "library", "time"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]