gitgrip 0.5.3

Multi-repo workflow tool - manage multiple git repositories as one
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.80"
name = "gitgrip"
version = "0.5.3"
authors = ["Layne Penney"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-repo workflow tool - manage multiple git repositories as one"
homepage = "https://github.com/laynepenney/gitgrip"
documentation = "https://docs.rs/gitgrip"
readme = "README.md"
keywords = [
    "git",
    "monorepo",
    "workflow",
    "multi-repo",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/laynepenney/gitgrip"

[features]
default = []
gitoxide = ["gix"]
integration-tests = []

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

[[bin]]
name = "gitgrip"
path = "src/main.rs"

[[bin]]
name = "gr"
path = "src/main.rs"

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

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

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

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.colored]
version = "2"

[dependencies.dialoguer]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.git2]
version = "0.19"

[dependencies.gix]
version = "0.68"
features = [
    "blocking-network-client",
    "blocking-http-transport-reqwest-rust-tls",
]
optional = true
default-features = false

[dependencies.indicatif]
version = "0.17"

[dependencies.octocrab]
version = "0.41"

[dependencies.once_cell]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.which]
version = "7"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.predicates]
version = "3"

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

[dev-dependencies.tokio-test]
version = "0.4"

[dev-dependencies.wiremock]
version = "0.6"

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