# 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 = "parsli" version = "0.1.4" include = [ "src/**/*", "LICENSE*", "README.md", ] description = "Parallel status lines for Rust" homepage = "https://gitlab.com/maximdeclercq/parsli-rs" readme = "README.md" keywords = [ "parallel", "status", "bar", ] categories = [ "asynchronous", "command-line-interface", "concurrency", ] license = "MIT" repository = "https://gitlab.com/maximdeclercq/parsli-rs" [dependencies.console] version = "0.15.2" [dependencies.dot] version = "0.1.4" [dependencies.indicatif] version = "=0.17.5" [dependencies.petgraph] version = "0.6.2" [dependencies.rand] version = "0.8.5" [dependencies.threadpool] version = "1.8.1"