# 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 = "multi-progressbar" version = "0.1.0" authors = ["eternal-flame-AD"] description = "A library for displaying multiple progress bars in the terminal designed to not stand in your way." readme = "README.md" keywords = [ "progress", "progress-bar", "tui", ] license = "Apache-2.0" repository = "https://github.com/eternal-flame-AD/multi-progressbar" [[bin]] name = "multi-progressbar-demo" path = "src/bin/multi-progressbar-demo/main.rs" required-features = ["bin"] [dependencies.clap] version = "4.3.11" features = ["derive"] optional = true [dependencies.crossterm] version = "0.26.1" [features] bin = ["dep:clap"]