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