# 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 = "parallely" version = "0.2.0" authors = ["BppleMan"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "parallely is a command line process parallelization executor." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/bppleman/parallely" [[bin]] name = "parallely" path = "src/main.rs" [dependencies.ansi-to-tui] version = "6.0.0" [dependencies.async-stream] version = "0.3.6" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.futures] version = "0.3.30" [dependencies.ratatui] version = "0.28.1" [dependencies.textwrap] version = "0.16.1" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" features = ["time"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [target."cfg(unix)".dependencies.libc] version = "0.2.159" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_System_Console", "Win32_System_Threading", ] default-features = false