# 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 = "mir" version = "0.5.0" authors = ["Nicholas Omer Chiasson "] description = "Tool to mirror a user's entire accessible GitLab group hierarchy locally and optionally clone all projects." homepage = "https://github.com/nicholaschiasson/mir" readme = "README.md" keywords = [ "cli", "gitlab", "setup", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nicholaschiasson/mir" resolver = "2" [dependencies.clap] version = "3.0" features = ["derive"] [dependencies.dirs] version = "4.0" [dependencies.git2] version = "0.15" [dependencies.gitlab] version = "0.1500" [dependencies.indicatif] version = "0.17" [dependencies.rpassword] version = "7.0" [dependencies.serde] version = "1.0" [badges.github] repository = "nicholaschiasson/mir" [badges.maintenance] status = "passively-maintained"