# 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" rust-version = "1.80.1" name = "gitrack" version = "2.0.0" authors = ["containerscrew info@containerscrew.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Scan local git repositories" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/containerscrew/gitrack" [[bin]] name = "gitrack" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.git2] version = "0.19.0" [dependencies.home] version = "0.5.9" [dependencies.openssl] version = "0.10.66" features = ["vendored"] [dependencies.threadpool] version = "1.8.1" [dependencies.walkdir] version = "2.5.0"