# 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 = "repoman" version = "0.0.2" authors = ["Atri Hegde "] description = "A tool to manage your home of repositories" homepage = "https://github.com/hegde-atri/repo" readme = "README.md" keywords = [ "cli", "repo", "utility", "git", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/hegde-atri/repo" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.ha-utils] version = "0.0.1" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.which] version = "4.4.0"