# 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 = "asyncrun" version = "0.0.6" authors = ["Louis <836250617@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Asynchronously execute shell commands in filtered subdirectories." readme = "README.md" license = "MIT" repository = "https://github.com/kingwingfly/asyncrun" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "asyncrun" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.16" features = [ "derive", "string", ] [dependencies.features] version = "0.10.0" [dependencies.futures] version = "0.3.30" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "fs", "process", "macros", ] default-features = false [dependencies.tokio-stream] version = "0.1" features = ["fs"] default-features = false