hemera 0.1.0

Inevitable timing for Rust functions—measure execution with divine precision.
Documentation
[[bench]]
harness = false
name = "overhead"
path = "benches/overhead.rs"

[dependencies.proc-macro2]
version = "1.0.103"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
features = ["full"]
version = "2.0.109"

[dependencies.tracing]
optional = true
version = "0.1.41"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1"

[features]
default = []
tracing = ["dep:tracing"]

[lib]
name = "hemera"
path = "src/lib.rs"
proc-macro = true

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "Inevitable timing for Rust functions—measure execution with divine precision."
edition = "2024"
exclude = ["examples/"]
keywords = ["macro", "timing", "profiling"]
license = "MIT"
name = "hemera"
readme = "README.md"
repository = "https://github.com/kunalsinghdadhwal/hemera"
version = "0.1.0"

[[test]]
name = "ui"
path = "tests/ui.rs"