git-workspace 1.10.0

Manage and update personal and work git repos from multiple providers
Documentation
# 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.74.1"
name = "git-workspace"
version = "1.10.0"
authors = ["Tom Forbes <tom@tomforb.es>"]
build = false
exclude = [
    "workspace/**",
    "images/**",
    ".github/**",
]
autolib = false
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"

[lib]
name = "git_workspace"
path = "src/lib.rs"

[[bin]]
name = "git-workspace"
path = "src/main.rs"

[[test]]
name = "gitea_tests"
path = "tests/gitea_tests.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.atomic-counter]
version = "1.0.1"

[dependencies.clap]
version = "4.5.27"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.5.46"

[dependencies.console]
version = "0.16.2"
features = ["ansi-parsing"]
default-features = false

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.git2]
version = "0.20.0"

[dependencies.globset]
version = "0.4.15"

[dependencies.graphql_client]
version = "0.16.0"

[dependencies.indicatif]
version = "0.18.4"
features = ["rayon"]

[dependencies.rayon]
version = "1.10.0"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.217"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.137"

[dependencies.toml]
version = "1.0"

[dependencies.ureq]
version = "2.12.1"
features = [
    "json",
    "native-certs",
    "brotli",
]

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.base64]
version = "0.22.1"

[dev-dependencies.ctor]
version = "0.6.3"

[dev-dependencies.rand]
version = "0.10.0"

[dev-dependencies.reqwest]
version = "0.13.2"
features = [
    "blocking",
    "brotli",
    "json",
]

[dev-dependencies.rstest]
version = "0.26.1"

[dev-dependencies.ssh-key]
version = "0.6.7"
features = [
    "ed25519",
    "rand_core",
    "getrandom",
]

[dev-dependencies.tempfile]
version = "3.14.0"

[dev-dependencies.testcontainers]
version = "0.23.1"
features = ["blocking"]

[dev-dependencies.testcontainers-modules]
version = "0.11.4"
features = ["gitea"]

[target."cfg(unix)".dependencies.expanduser]
version = "1.2.2"

[profile.release]
lto = true
codegen-units = 1