# 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.70.0" name = "sitrep" version = "0.3.1" 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" [[bench]] name = "message" harness = false required-features = ["test-utils"] [[bench]] name = "update" harness = false required-features = ["test-utils"] [[bench]] name = "report" harness = false required-features = ["test-utils"] [[bench]] name = "partial_report" harness = false required-features = ["test-utils"] [dependencies.parking_lot] version = "0.12.2" [dev-dependencies.bumpalo] version = "3.16.0" [dev-dependencies.clap_builder] version = "=4.4.18" [dev-dependencies.criterion] version = "0.5.1" [features] deadlocks-debugger = ["parking_lot/deadlock_detection"] test-utils = []