[package]
name = "span-timing"
version = "0.1.0"
edition = "2024"
rust-version = "1.88"
license = "MIT"
description = "span-timing is a small, dependency-free crate for recording named scope durations in caller-owned counters"
repository = "https://github.com/luketpeterson/span-timing"
readme = "README.md"
keywords = ["benchmark", "instrumentation", "profiling", "timing"]
categories = ["development-tools::profiling", "no-std"]
[lib]
name = "span_timing"
path = "src/lib.rs"
[features]
default = ["std"]
std = []