# 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 = "status-line" version = "0.2.0" authors = ["Piotr Kołaczkowski "] description = "This crate allows you to display status & progress information in a terminal" homepage = "https://github.com/pkolaczk/status-line" readme = "README.md" keywords = ["status", "progress", "progressbar", "terminal", "cli"] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/pkolaczk/status-line" resolver = "2" [dependencies.ansi-escapes] version = "0.1.1" [dependencies.atty] version = "0.2.14"