[dependencies]
[lib]
name = "arbitime"
path = "src/lib.rs"
[package]
authors = ["Jay Churchill"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling", "development-tools", "development-tools::debugging"]
description = "Dead simple timing macros"
documentation = "https://docs.rs/arbitime"
edition = "2024"
keywords = ["time", "benchmark", "performance", "profiling", "macro"]
license = "MIT OR Apache-2.0"
name = "arbitime"
readme = "README.md"
repository = "https://github.com/rtificr/arbitime"
version = "0.1.2"