[package]
name = "trackerr"
version = "0.1.0"
edition = "2024"
authors = ["Akash Rakholia"]
description = "Error tracker library with location capture and context"
repository = "https://github.com/arakholia/trackerr"
license = "MIT"
keywords = ["error", "tracking", "backtrace", "debugging"]
categories = ["rust-patterns", "development-tools"]
[dependencies]
itertools = "0.13"
time = { version = "0.3", features = ["formatting"] }
[dev-dependencies]
bitflags = "2.10.0"
regex = "1.11"
thiserror = "2.0"