# 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 = "rpb" version = "0.1.5" authors = ["disco07"] description = "A simple implementation of progress bar for rust" documentation = "https://docs.rs/rpb" readme = "README.md" keywords = [ "cli", "progress", "progressbar", "pb", ] categories = ["command-line-interface"] license = "MIT" repository = "https://github.com/disco07/rpb" resolver = "2" [dependencies.enum-iterator] version = "1.2.0" [dependencies.int-enum] version = "0.4.0" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24"