trackerr 0.1.0

Error tracker library with location capture and context
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "trackerr"
version = "0.1.0"
authors = ["Akash Rakholia"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Error tracker library with location capture and context"
readme = "README.md"
keywords = [
    "error",
    "tracking",
    "backtrace",
    "debugging",
]
categories = [
    "rust-patterns",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/arakholia/trackerr"

[lib]
name = "trackerr"
path = "src/lib.rs"

[[example]]
name = "getting_started"
path = "examples/getting_started.rs"

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

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

[dependencies.itertools]
version = "0.13"

[dependencies.time]
version = "0.3"
features = ["formatting"]

[dev-dependencies.bitflags]
version = "2.10.0"

[dev-dependencies.regex]
version = "1.11"

[dev-dependencies.thiserror]
version = "2.0"