# 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-workspace" version = "1.8.0" authors = ["Tom Forbes "] build = false exclude = [ "workspace/**", "images/**", ".github/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Manage and update personal and work git repos from multiple providers" readme = "README.md" keywords = [ "cli", "git", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/orf/git-workspace" [profile.release] lto = true codegen-units = 1 [[bin]] name = "git-workspace" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.atomic-counter] version = "1.0.1" [dependencies.clap] version = "4.5.21" features = [ "derive", "env", ] [dependencies.console] version = "0.15.8" features = ["ansi-parsing"] default-features = false [dependencies.fs_extra] version = "1.3.0" [dependencies.git2] version = "0.19.0" [dependencies.globset] version = "0.4.15" [dependencies.graphql_client] version = "0.14.0" [dependencies.indicatif] version = "0.17.9" features = ["rayon"] [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.11.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.toml] version = "0.8.19" [dependencies.ureq] version = "2.10.1" features = [ "json", "native-certs", "brotli", ] [dependencies.walkdir] version = "2.5.0" [target."cfg(unix)".dependencies.expanduser] version = "1.2.2"