# 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 = "crossterm_progress_bar" version = "2.1.1" build = false exclude = ["assets/**"] autobins = false autoexamples = false autotests = false autobenches = false description = "Library for drawing progress bars" readme = "README.md" keywords = [ "crossterm", "progress", "bar", "cli", ] license = "MIT" repository = "https://github.com/tsorak/crossterm_progress_bar" [lib] name = "crossterm_progress_bar" path = "src/lib.rs" [[example]] name = "showcase" path = "examples/showcase.rs" [[example]] name = "side_by_side" path = "examples/side_by_side.rs" [dependencies.crossterm] version = "0.27.0" [dependencies.thiserror] version = "1"