sitrep 0.4.0

Frontend-agnostic progress reporting
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 = "2021"
rust-version = "1.72.0"
name = "sitrep"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Frontend-agnostic progress reporting"
homepage = "https://github.com/regexident/sitrep"
documentation = "https://docs.rs/sitrep"
readme = "README.md"
keywords = [
    "progress",
    "progress-reporting",
]
categories = ["rust-patterns"]
license = "MPL-2.0"
repository = "https://github.com/regexident/sitrep"

[features]
deadlocks-debugger = ["parking_lot/deadlock_detection"]
default = ["tracing"]
test-utils = []
tracing = ["dep:tracing"]

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

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

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

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

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

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

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

[[bench]]
name = "message"
path = "benches/message.rs"
harness = false
required-features = ["test-utils"]

[[bench]]
name = "partial_report"
path = "benches/partial_report.rs"
harness = false
required-features = ["test-utils"]

[[bench]]
name = "report"
path = "benches/report.rs"
harness = false
required-features = ["test-utils"]

[[bench]]
name = "update"
path = "benches/update.rs"
harness = false
required-features = ["test-utils"]

[dependencies.parking_lot]
version = "0.12.2"

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

[dev-dependencies.bumpalo]
version = "3.16.0"

[dev-dependencies.clap_builder]
version = "=4.5.56"

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