# 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 = "git_fetch_concurrently" version = "0.0.2" authors = ["Louis <836250617@qq.com>"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Do `git fetch -p && git gc` in each sub directory concurrently." readme = "README.md" license = "MIT" repository = "https://github.com/kingwingfly/git_fetch_concurrently" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "git_fetch_concurrently" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [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