# 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" name = "dsi-progress-logger" version = "0.2.5" authors = [ "Tommaso Fontana", "Sebastiano Vigna ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust port of the ProgressLogger class from the DSI Utilities" readme = "README.md" keywords = [ "log", "progress", ] categories = ["development-tools::debugging"] license = "Apache-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/vigna/dsi-progress-logger-rs/" [lib] name = "dsi_progress_logger" path = "src/lib.rs" [[example]] name = "pl" path = "examples/pl.rs" [[example]] name = "pl_target" path = "examples/pl_target.rs" [dependencies.log] version = "0.4.17" [dependencies.num-format] version = "0.4.4" [dependencies.pluralizer] version = "0.4.0" [dependencies.sysinfo] version = "0.29.10" [dev-dependencies.stderrlog] version = "0.6.0"